Html Css Color HEX #601836 Pompadour

📋 copy color: '#601836'

red 96 ◦ green 24 ◦ blue 54

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

Shades of Pompadour #601836

Tints of Pompadour #601836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.79%

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 55.17%
G = 13.79%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#601836 (or 0x601836) is known color: Pompadour. HEX triplet: 60, 18 and 36. RGB value is (96,24,54). Sum of RGB (Red+Green+Blue) = 96+24+54=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #601836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601836 is #9FE7C9. Grayscale: #303030. Windows color (decimal): -10479562 or 3545184. OLE color: 3545184.

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

Color convert

RGB 96 24 54 -
CMYK 0 0.75 0.44 0.62
HSL 335º 0.6% 0.24% -
HSV(B) 335º 0.75% 0.38% -
XYZ 5.82 3.41 3.84 -
YUV 48.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 96 24 54 0 0.75 0.44 0.62 335 0.6 0.24
Hex 60 18 36 0 4B 2C 3E 14F 3C 18
Octal 140 30 66 0 113 54 76 517 74 30
Binary 1100000 11000 110110 0 1001011 101100 111110 101001111 111100 11000

Color Harmonies of #601836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601836

Black with #601836

Text Example


Text Example

White with #601836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601836; }

 p { color: rgb(96,24,54); }

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

background-color css

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

 a { background-color: rgb(96,24,54); }

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

border-color css

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

 span { border-color: rgb(96,24,54); }

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