Html Css Color HEX #601533 Pompadour

📋 copy color: '#601533'

red 96 ◦ green 21 ◦ blue 51

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

Shades of Pompadour #601533

Tints of Pompadour #601533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.36%

R = 57.14%
G = 12.5%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#601533 (or 0x601533) is known color: Pompadour. HEX triplet: 60, 15 and 33. RGB value is (96,21,51). Sum of RGB (Red+Green+Blue) = 96+21+51=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #601533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601533 is #9FEACC. Grayscale: #2E2E2E. Windows color (decimal): -10480333 or 3347808. OLE color: 3347808.

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

Color convert

RGB 96 21 51 -
CMYK 0 0.78 0.47 0.62
HSL 336º 0.64% 0.23% -
HSV(B) 336º 0.78% 0.38% -
XYZ 5.69 3.26 3.46 -
YUV 46.85 130.35 163.06 -
System Red Green Blue C M Y K H S L
Decimal 96 21 51 0 0.78 0.47 0.62 336 0.64 0.23
Hex 60 15 33 0 4E 2F 3E 150 40 17
Octal 140 25 63 0 116 57 76 520 100 27
Binary 1100000 10101 110011 0 1001110 101111 111110 101010000 1000000 10111

Color Harmonies of #601533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601533

Black with #601533

Text Example


Text Example

White with #601533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601533; }

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

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

background-color css

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

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

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

border-color css

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

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

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