Html Css Color HEX #60134D Pompadour

📋 copy color: '#60134D'

red 96 ◦ green 19 ◦ blue 77

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

Shades of Pompadour #60134D

Tints of Pompadour #60134D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.1%

R = 50%
G = 9.9%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60134D (or 0x60134D) is known color: Pompadour. HEX triplet: 60, 13 and 4D. RGB value is (96,19,77). Sum of RGB (Red+Green+Blue) = 96+19+77=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60134D is #9FECB2. Grayscale: #303030. Windows color (decimal): -10480819 or 5051232. OLE color: 5051232.

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

Color convert

RGB 96 19 77 -
CMYK 0 0.80 0.20 0.62
HSL 314.81º 0.67% 0.23% -
HSV(B) 314.81º 0.8% 0.38% -
XYZ 6.4 3.49 7.36 -
YUV 48.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 96 19 77 0 0.80 0.20 0.62 314.81 0.67 0.23
Hex 60 13 4D 0 50 14 3E 13B 43 17
Octal 140 23 115 0 120 24 76 473 103 27
Binary 1100000 10011 1001101 0 1010000 10100 111110 100111011 1000011 10111

Color Harmonies of #60134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60134D

Black with #60134D

Text Example


Text Example

White with #60134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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