Html Css Color HEX #601442 Pompadour

📋 copy color: '#601442'

red 96 ◦ green 20 ◦ blue 66

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

Shades of Pompadour #601442

Tints of Pompadour #601442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.99%

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

R = 52.75%
G = 10.99%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#601442 (or 0x601442) is known color: Pompadour. HEX triplet: 60, 14 and 42. RGB value is (96,20,66). Sum of RGB (Red+Green+Blue) = 96+20+66=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #601442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601442 is #9FEBBD. Grayscale: #2F2F2F. Windows color (decimal): -10480574 or 4330592. OLE color: 4330592.

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

Color convert

RGB 96 20 66 -
CMYK 0 0.79 0.31 0.62
HSL 323.68º 0.66% 0.23% -
HSV(B) 323.68º 0.79% 0.38% -
XYZ 6.06 3.38 5.49 -
YUV 47.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 96 20 66 0 0.79 0.31 0.62 323.68 0.66 0.23
Hex 60 14 42 0 4F 1F 3E 144 42 17
Octal 140 24 102 0 117 37 76 504 102 27
Binary 1100000 10100 1000010 0 1001111 11111 111110 101000100 1000010 10111

Color Harmonies of #601442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601442

Black with #601442

Text Example


Text Example

White with #601442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601442; }

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

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

background-color css

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

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

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

border-color css

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

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

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