Html Css Color HEX #601542 Pompadour

📋 copy color: '#601542'

red 96 ◦ green 21 ◦ blue 66

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

Shades of Pompadour #601542

Tints of Pompadour #601542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.48%

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 52.46%
G = 11.48%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#601542 (or 0x601542) is known color: Pompadour. HEX triplet: 60, 15 and 42. RGB value is (96,21,66). Sum of RGB (Red+Green+Blue) = 96+21+66=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #601542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601542 is #9FEABD. Grayscale: #303030. Windows color (decimal): -10480318 or 4330848. OLE color: 4330848.

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

Color convert

RGB 96 21 66 -
CMYK 0 0.78 0.31 0.62
HSL 324º 0.64% 0.23% -
HSV(B) 324º 0.78% 0.38% -
XYZ 6.08 3.42 5.49 -
YUV 48.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 96 21 66 0 0.78 0.31 0.62 324 0.64 0.23
Hex 60 15 42 0 4E 1F 3E 144 40 17
Octal 140 25 102 0 116 37 76 504 100 27
Binary 1100000 10101 1000010 0 1001110 11111 111110 101000100 1000000 10111

Color Harmonies of #601542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601542

Black with #601542

Text Example


Text Example

White with #601542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601542; }

 p { color: rgb(96,21,66); }

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

background-color css

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

 a { background-color: rgb(96,21,66); }

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

border-color css

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

 span { border-color: rgb(96,21,66); }

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