Html Css Color HEX #601942 Pompadour

📋 copy color: '#601942'

red 96 ◦ green 25 ◦ blue 66

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

Shades of Pompadour #601942

Tints of Pompadour #601942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

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

R = 51.34%
G = 13.37%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#601942 (or 0x601942) is known color: Pompadour. HEX triplet: 60, 19 and 42. RGB value is (96,25,66). Sum of RGB (Red+Green+Blue) = 96+25+66=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #601942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601942 is #9FE6BD. Grayscale: #323232. Windows color (decimal): -10479294 or 4331872. OLE color: 4331872.

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

Color convert

RGB 96 25 66 -
CMYK 0 0.74 0.31 0.62
HSL 325.35º 0.59% 0.24% -
HSV(B) 325.35º 0.74% 0.38% -
XYZ 6.15 3.58 5.52 -
YUV 50.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 96 25 66 0 0.74 0.31 0.62 325.35 0.59 0.24
Hex 60 19 42 0 4A 1F 3E 145 3B 18
Octal 140 31 102 0 112 37 76 505 73 30
Binary 1100000 11001 1000010 0 1001010 11111 111110 101000101 111011 11000

Color Harmonies of #601942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601942

Black with #601942

Text Example


Text Example

White with #601942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601942; }

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

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

background-color css

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

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

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

border-color css

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

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

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