Html Css Color HEX #60134C Pompadour

📋 copy color: '#60134C'

red 96 ◦ green 19 ◦ blue 76

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

Shades of Pompadour #60134C

Tints of Pompadour #60134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.79%

R = 50.26%
G = 9.95%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#60134C (or 0x60134C) is known color: Pompadour. HEX triplet: 60, 13 and 4C. RGB value is (96,19,76). Sum of RGB (Red+Green+Blue) = 96+19+76=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60134C is #9FECB3. Grayscale: #303030. Windows color (decimal): -10480820 or 4985696. OLE color: 4985696.

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

Color convert

RGB 96 19 76 -
CMYK 0 0.80 0.21 0.62
HSL 315.58º 0.67% 0.23% -
HSV(B) 315.58º 0.8% 0.38% -
XYZ 6.36 3.47 7.17 -
YUV 48.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 96 19 76 0 0.80 0.21 0.62 315.58 0.67 0.23
Hex 60 13 4C 0 50 15 3E 13C 43 17
Octal 140 23 114 0 120 25 76 474 103 27
Binary 1100000 10011 1001100 0 1010000 10101 111110 100111100 1000011 10111

Color Harmonies of #60134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60134C

Black with #60134C

Text Example


Text Example

White with #60134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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