Html Css Color HEX #601439 Pompadour

📋 copy color: '#601439'

red 96 ◦ green 20 ◦ blue 57

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

Shades of Pompadour #601439

Tints of Pompadour #601439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.95%

R = 55.49%
G = 11.56%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#601439 (or 0x601439) is known color: Pompadour. HEX triplet: 60, 14 and 39. RGB value is (96,20,57). Sum of RGB (Red+Green+Blue) = 96+20+57=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #601439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601439 is #9FEBC6. Grayscale: #2E2E2E. Windows color (decimal): -10480583 or 3740768. OLE color: 3740768.

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

Color convert

RGB 96 20 57 -
CMYK 0 0.79 0.41 0.62
HSL 330.79º 0.66% 0.23% -
HSV(B) 330.79º 0.79% 0.38% -
XYZ 5.81 3.28 4.2 -
YUV 46.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 96 20 57 0 0.79 0.41 0.62 330.79 0.66 0.23
Hex 60 14 39 0 4F 29 3E 14B 42 17
Octal 140 24 71 0 117 51 76 513 102 27
Binary 1100000 10100 111001 0 1001111 101001 111110 101001011 1000010 10111

Color Harmonies of #601439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601439

Black with #601439

Text Example


Text Example

White with #601439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601439; }

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

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

background-color css

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

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

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

border-color css

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

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

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