Html Css Color HEX #601945 Pompadour

📋 copy color: '#601945'

red 96 ◦ green 25 ◦ blue 69

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

Shades of Pompadour #601945

Tints of Pompadour #601945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

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

R = 50.53%
G = 13.16%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#601945 (or 0x601945) is known color: Pompadour. HEX triplet: 60, 19 and 45. RGB value is (96,25,69). Sum of RGB (Red+Green+Blue) = 96+25+69=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #601945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601945 is #9FE6BA. Grayscale: #333333. Windows color (decimal): -10479291 or 4528480. OLE color: 4528480.

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

Color convert

RGB 96 25 69 -
CMYK 0 0.74 0.28 0.62
HSL 322.82º 0.59% 0.24% -
HSV(B) 322.82º 0.74% 0.38% -
XYZ 6.25 3.61 6 -
YUV 51.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 96 25 69 0 0.74 0.28 0.62 322.82 0.59 0.24
Hex 60 19 45 0 4A 1C 3E 143 3B 18
Octal 140 31 105 0 112 34 76 503 73 30
Binary 1100000 11001 1000101 0 1001010 11100 111110 101000011 111011 11000

Color Harmonies of #601945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601945

Black with #601945

Text Example


Text Example

White with #601945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601945; }

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

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

background-color css

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

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

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

border-color css

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

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

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