Html Css Color HEX #601345 Pompadour

📋 copy color: '#601345'

red 96 ◦ green 19 ◦ blue 69

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

Shades of Pompadour #601345

Tints of Pompadour #601345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

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

R = 52.17%
G = 10.33%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#601345 (or 0x601345) is known color: Pompadour. HEX triplet: 60, 13 and 45. RGB value is (96,19,69). Sum of RGB (Red+Green+Blue) = 96+19+69=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #601345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601345 is #9FECBA. Grayscale: #2F2F2F. Windows color (decimal): -10480827 or 4526944. OLE color: 4526944.

HSL color Cylindrical-coordinate representation of color #601345: hue angle of 321.04º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601345 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 69 -
CMYK 0 0.80 0.28 0.62
HSL 321.04º 0.67% 0.23% -
HSV(B) 321.04º 0.8% 0.38% -
XYZ 6.13 3.38 5.96 -
YUV 47.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 96 19 69 0 0.80 0.28 0.62 321.04 0.67 0.23
Hex 60 13 45 0 50 1C 3E 141 43 17
Octal 140 23 105 0 120 34 76 501 103 27
Binary 1100000 10011 1000101 0 1010000 11100 111110 101000001 1000011 10111

Color Harmonies of #601345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601345

Black with #601345

Text Example


Text Example

White with #601345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601345; }

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

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

background-color css

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

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

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

border-color css

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

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

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