Html Css Color HEX #601444 Pompadour

📋 copy color: '#601444'

red 96 ◦ green 20 ◦ blue 68

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

Shades of Pompadour #601444

Tints of Pompadour #601444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.96%

R = 52.17%
G = 10.87%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#601444 (or 0x601444) is known color: Pompadour. HEX triplet: 60, 14 and 44. RGB value is (96,20,68). Sum of RGB (Red+Green+Blue) = 96+20+68=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #601444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601444 is #9FEBBB. Grayscale: #303030. Windows color (decimal): -10480572 or 4461664. OLE color: 4461664.

HSL color Cylindrical-coordinate representation of color #601444: hue angle of 322.11º 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 #601444 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 68 -
CMYK 0 0.79 0.29 0.62
HSL 322.11º 0.66% 0.23% -
HSV(B) 322.11º 0.79% 0.38% -
XYZ 6.12 3.4 5.8 -
YUV 48.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 96 20 68 0 0.79 0.29 0.62 322.11 0.66 0.23
Hex 60 14 44 0 4F 1D 3E 142 42 17
Octal 140 24 104 0 117 35 76 502 102 27
Binary 1100000 10100 1000100 0 1001111 11101 111110 101000010 1000010 10111

Color Harmonies of #601444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601444

Black with #601444

Text Example


Text Example

White with #601444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601444; }

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

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

background-color css

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

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

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

border-color css

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

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

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