Html Css Color HEX #601845 Pompadour

📋 copy color: '#601845'

red 96 ◦ green 24 ◦ blue 69

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

Shades of Pompadour #601845

Tints of Pompadour #601845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 69 (27.34% from 255) = 36.51%

R = 50.79%
G = 12.7%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#601845 (or 0x601845) is known color: Pompadour. HEX triplet: 60, 18 and 45. RGB value is (96,24,69). Sum of RGB (Red+Green+Blue) = 96+24+69=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #601845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601845 is #9FE7BA. Grayscale: #323232. Windows color (decimal): -10479547 or 4528224. OLE color: 4528224.

HSL color Cylindrical-coordinate representation of color #601845: hue angle of 322.5º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601845 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 24 69 -
CMYK 0 0.75 0.28 0.62
HSL 322.5º 0.6% 0.24% -
HSV(B) 322.5º 0.75% 0.38% -
XYZ 6.22 3.57 5.99 -
YUV 50.66 138.35 160.34 -
System Red Green Blue C M Y K H S L
Decimal 96 24 69 0 0.75 0.28 0.62 322.5 0.6 0.24
Hex 60 18 45 0 4B 1C 3E 142 3C 18
Octal 140 30 105 0 113 34 76 502 74 30
Binary 1100000 11000 1000101 0 1001011 11100 111110 101000010 111100 11000

Color Harmonies of #601845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601845

Black with #601845

Text Example


Text Example

White with #601845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601845; }

 p { color: rgb(96,24,69); }

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

background-color css

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

 a { background-color: rgb(96,24,69); }

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

border-color css

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

 span { border-color: rgb(96,24,69); }

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