Html Css Color HEX #601538 Pompadour

📋 copy color: '#601538'

red 96 ◦ green 21 ◦ blue 56

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

Shades of Pompadour #601538

Tints of Pompadour #601538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32.37%

R = 55.49%
G = 12.14%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#601538 (or 0x601538) is known color: Pompadour. HEX triplet: 60, 15 and 38. RGB value is (96,21,56). Sum of RGB (Red+Green+Blue) = 96+21+56=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #601538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601538 is #9FEAC7. Grayscale: #2F2F2F. Windows color (decimal): -10480328 or 3675488. OLE color: 3675488.

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

Color convert

RGB 96 21 56 -
CMYK 0 0.78 0.42 0.62
HSL 332º 0.64% 0.23% -
HSV(B) 332º 0.78% 0.38% -
XYZ 5.81 3.31 4.07 -
YUV 47.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 96 21 56 0 0.78 0.42 0.62 332 0.64 0.23
Hex 60 15 38 0 4E 2A 3E 14C 40 17
Octal 140 25 70 0 116 52 76 514 100 27
Binary 1100000 10101 111000 0 1001110 101010 111110 101001100 1000000 10111

Color Harmonies of #601538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601538

Black with #601538

Text Example


Text Example

White with #601538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601538; }

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

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

background-color css

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

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

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

border-color css

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

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

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