Html Css Color HEX #601344 Pompadour

📋 copy color: '#601344'

red 96 ◦ green 19 ◦ blue 68

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

Shades of Pompadour #601344

Tints of Pompadour #601344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.16%

R = 52.46%
G = 10.38%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#601344 (or 0x601344) is known color: Pompadour. HEX triplet: 60, 13 and 44. RGB value is (96,19,68). Sum of RGB (Red+Green+Blue) = 96+19+68=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #601344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601344 is #9FECBB. Grayscale: #2F2F2F. Windows color (decimal): -10480828 or 4461408. OLE color: 4461408.

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

Color convert

RGB 96 19 68 -
CMYK 0 0.80 0.29 0.62
HSL 321.82º 0.67% 0.23% -
HSV(B) 321.82º 0.8% 0.38% -
XYZ 6.1 3.37 5.8 -
YUV 47.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 96 19 68 0 0.80 0.29 0.62 321.82 0.67 0.23
Hex 60 13 44 0 50 1D 3E 142 43 17
Octal 140 23 104 0 120 35 76 502 103 27
Binary 1100000 10011 1000100 0 1010000 11101 111110 101000010 1000011 10111

Color Harmonies of #601344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601344

Black with #601344

Text Example


Text Example

White with #601344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601344; }

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

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

background-color css

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

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

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

border-color css

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

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

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