Html Css Color HEX #601640 Pompadour

📋 copy color: '#601640'

red 96 ◦ green 22 ◦ blue 64

#601640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #601640

Tints of Pompadour #601640

RGB

 RED value IS 96 (37.89% from 255) = 52.75%

 GREEN value IS 22 (8.98% from 255) = 12.09%

 BLUE value IS 64 (25.39% from 255) = 35.16%

R = 52.75%
G = 12.09%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#601640 (or 0x601640) is known color: Pompadour. HEX triplet: 60, 16 and 40. RGB value is (96,22,64). Sum of RGB (Red+Green+Blue) = 96+22+64=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #601640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601640 is #9FE9BF. Grayscale: #303030. Windows color (decimal): -10480064 or 4200032. OLE color: 4200032.

HSL color Cylindrical-coordinate representation of color #601640: hue angle of 325.95º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601640 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 22 64 -
CMYK 0 0.77 0.33 0.62
HSL 325.95º 0.63% 0.23% -
HSV(B) 325.95º 0.77% 0.38% -
XYZ 6.04 3.43 5.19 -
YUV 48.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 96 22 64 0 0.77 0.33 0.62 325.95 0.63 0.23
Hex 60 16 40 0 4D 21 3E 146 3F 17
Octal 140 26 100 0 115 41 76 506 77 27
Binary 1100000 10110 1000000 0 1001101 100001 111110 101000110 111111 10111

Color Harmonies of #601640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601640

Black with #601640

Text Example


Text Example

White with #601640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601640; }

 p { color: rgb(96,22,64); }

 H1.HeaderClassName
 {
   color: #601640;
 }
 .AnyTagClassName
 {
   color: #601640;
 }
</style>

background-color css

<style>
 a { background-color: #601640; }

 a { background-color: rgb(96,22,64); }

 div.DivClassName
 {
   background-color: #601640;
 }
 .BgClassName
 {
   background-color: #601640;
 }
</style>

border-color css

<style>
 span { border-color: #601640; }

 span { border-color: rgb(96,22,64); }

 td.TdClassName
 {
   border-color: #601640;
 }
 .TagClassName
 {
   border-color: #601640;
 }
</style>