Html Css Color HEX #601534 Pompadour

📋 copy color: '#601534'

red 96 ◦ green 21 ◦ blue 52

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

Shades of Pompadour #601534

Tints of Pompadour #601534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

 BLUE value IS 52 (20.7% from 255) = 30.77%

R = 56.8%
G = 12.43%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#601534 (or 0x601534) is known color: Pompadour. HEX triplet: 60, 15 and 34. RGB value is (96,21,52). Sum of RGB (Red+Green+Blue) = 96+21+52=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #601534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601534 is #9FEACB. Grayscale: #2E2E2E. Windows color (decimal): -10480332 or 3413344. OLE color: 3413344.

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

Color convert

RGB 96 21 52 -
CMYK 0 0.78 0.46 0.62
HSL 335.2º 0.64% 0.23% -
HSV(B) 335.2º 0.78% 0.38% -
XYZ 5.71 3.27 3.58 -
YUV 46.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 96 21 52 0 0.78 0.46 0.62 335.2 0.64 0.23
Hex 60 15 34 0 4E 2E 3E 14F 40 17
Octal 140 25 64 0 116 56 76 517 100 27
Binary 1100000 10101 110100 0 1001110 101110 111110 101001111 1000000 10111

Color Harmonies of #601534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601534

Black with #601534

Text Example


Text Example

White with #601534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601534; }

 p { color: rgb(96,21,52); }

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

background-color css

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

 a { background-color: rgb(96,21,52); }

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

border-color css

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

 span { border-color: rgb(96,21,52); }

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