Html Css Color HEX #601334 Pompadour

📋 copy color: '#601334'

red 96 ◦ green 19 ◦ blue 52

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

Shades of Pompadour #601334

Tints of Pompadour #601334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.14%

R = 57.49%
G = 11.38%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#601334 (or 0x601334) is known color: Pompadour. HEX triplet: 60, 13 and 34. RGB value is (96,19,52). Sum of RGB (Red+Green+Blue) = 96+19+52=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #601334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601334 is #9FECCB. Grayscale: #2D2D2D. Windows color (decimal): -10480844 or 3412832. OLE color: 3412832.

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

Color convert

RGB 96 19 52 -
CMYK 0 0.80 0.46 0.62
HSL 334.29º 0.67% 0.23% -
HSV(B) 334.29º 0.8% 0.38% -
XYZ 5.68 3.2 3.57 -
YUV 45.79 131.51 163.82 -
System Red Green Blue C M Y K H S L
Decimal 96 19 52 0 0.80 0.46 0.62 334.29 0.67 0.23
Hex 60 13 34 0 50 2E 3E 14E 43 17
Octal 140 23 64 0 120 56 76 516 103 27
Binary 1100000 10011 110100 0 1010000 101110 111110 101001110 1000011 10111

Color Harmonies of #601334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601334

Black with #601334

Text Example


Text Example

White with #601334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601334; }

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

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

background-color css

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

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

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

border-color css

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

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

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