Html Css Color HEX #601736 Pompadour

📋 copy color: '#601736'

red 96 ◦ green 23 ◦ blue 54

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

Shades of Pompadour #601736

Tints of Pompadour #601736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.29%

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

R = 55.49%
G = 13.29%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#601736 (or 0x601736) is known color: Pompadour. HEX triplet: 60, 17 and 36. RGB value is (96,23,54). Sum of RGB (Red+Green+Blue) = 96+23+54=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #601736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601736 is #9FE8C9. Grayscale: #303030. Windows color (decimal): -10479818 or 3544928. OLE color: 3544928.

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

Color convert

RGB 96 23 54 -
CMYK 0 0.76 0.44 0.62
HSL 334.52º 0.61% 0.23% -
HSV(B) 334.52º 0.76% 0.38% -
XYZ 5.8 3.37 3.83 -
YUV 48.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 96 23 54 0 0.76 0.44 0.62 334.52 0.61 0.23
Hex 60 17 36 0 4C 2C 3E 14F 3D 17
Octal 140 27 66 0 114 54 76 517 75 27
Binary 1100000 10111 110110 0 1001100 101100 111110 101001111 111101 10111

Color Harmonies of #601736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601736

Black with #601736

Text Example


Text Example

White with #601736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601736; }

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

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

background-color css

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

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

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

border-color css

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

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

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