Html Css Color HEX #601342 Pompadour

📋 copy color: '#601342'

red 96 ◦ green 19 ◦ blue 66

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

Shades of Pompadour #601342

Tints of Pompadour #601342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.46%

R = 53.04%
G = 10.5%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#601342 (or 0x601342) is known color: Pompadour. HEX triplet: 60, 13 and 42. RGB value is (96,19,66). Sum of RGB (Red+Green+Blue) = 96+19+66=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #601342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601342 is #9FECBD. Grayscale: #2F2F2F. Windows color (decimal): -10480830 or 4330336. OLE color: 4330336.

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

Color convert

RGB 96 19 66 -
CMYK 0 0.80 0.31 0.62
HSL 323.38º 0.67% 0.23% -
HSV(B) 323.38º 0.8% 0.38% -
XYZ 6.04 3.35 5.48 -
YUV 47.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 96 19 66 0 0.80 0.31 0.62 323.38 0.67 0.23
Hex 60 13 42 0 50 1F 3E 143 43 17
Octal 140 23 102 0 120 37 76 503 103 27
Binary 1100000 10011 1000010 0 1010000 11111 111110 101000011 1000011 10111

Color Harmonies of #601342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601342

Black with #601342

Text Example


Text Example

White with #601342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601342; }

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

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

background-color css

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

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

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

border-color css

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

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

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