Html Css Color HEX #601343 Pompadour

📋 copy color: '#601343'

red 96 ◦ green 19 ◦ blue 67

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

Shades of Pompadour #601343

Tints of Pompadour #601343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.81%

R = 52.75%
G = 10.44%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#601343 (or 0x601343) is known color: Pompadour. HEX triplet: 60, 13 and 43. RGB value is (96,19,67). Sum of RGB (Red+Green+Blue) = 96+19+67=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #601343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601343 is #9FECBC. Grayscale: #2F2F2F. Windows color (decimal): -10480829 or 4395872. OLE color: 4395872.

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

Color convert

RGB 96 19 67 -
CMYK 0 0.80 0.30 0.62
HSL 322.6º 0.67% 0.23% -
HSV(B) 322.6º 0.8% 0.38% -
XYZ 6.07 3.36 5.64 -
YUV 47.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 96 19 67 0 0.80 0.30 0.62 322.6 0.67 0.23
Hex 60 13 43 0 50 1E 3E 143 43 17
Octal 140 23 103 0 120 36 76 503 103 27
Binary 1100000 10011 1000011 0 1010000 11110 111110 101000011 1000011 10111

Color Harmonies of #601343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601343

Black with #601343

Text Example


Text Example

White with #601343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601343; }

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

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

background-color css

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

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

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

border-color css

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

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

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