Html Css Color HEX #60133C Pompadour

📋 copy color: '#60133C'

red 96 ◦ green 19 ◦ blue 60

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

Shades of Pompadour #60133C

Tints of Pompadour #60133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 54.86%
G = 10.86%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#60133C (or 0x60133C) is known color: Pompadour. HEX triplet: 60, 13 and 3C. RGB value is (96,19,60). Sum of RGB (Red+Green+Blue) = 96+19+60=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60133C is #9FECC3. Grayscale: #2E2E2E. Windows color (decimal): -10480836 or 3937120. OLE color: 3937120.

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

Color convert

RGB 96 19 60 -
CMYK 0 0.80 0.38 0.62
HSL 328.05º 0.67% 0.23% -
HSV(B) 328.05º 0.8% 0.38% -
XYZ 5.87 3.28 4.6 -
YUV 46.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 96 19 60 0 0.80 0.38 0.62 328.05 0.67 0.23
Hex 60 13 3C 0 50 26 3E 148 43 17
Octal 140 23 74 0 120 46 76 510 103 27
Binary 1100000 10011 111100 0 1010000 100110 111110 101001000 1000011 10111

Color Harmonies of #60133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60133C

Black with #60133C

Text Example


Text Example

White with #60133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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