Html Css Color HEX #60143C Pompadour

📋 copy color: '#60143C'

red 96 ◦ green 20 ◦ blue 60

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

Shades of Pompadour #60143C

Tints of Pompadour #60143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

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

R = 54.55%
G = 11.36%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#60143C (or 0x60143C) is known color: Pompadour. HEX triplet: 60, 14 and 3C. RGB value is (96,20,60). Sum of RGB (Red+Green+Blue) = 96+20+60=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60143C is #9FEBC3. Grayscale: #2F2F2F. Windows color (decimal): -10480580 or 3937376. OLE color: 3937376.

HSL color Cylindrical-coordinate representation of color #60143C: hue angle of 328.42º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60143C is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 60 -
CMYK 0 0.79 0.38 0.62
HSL 328.42º 0.66% 0.23% -
HSV(B) 328.42º 0.79% 0.38% -
XYZ 5.89 3.31 4.6 -
YUV 47.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 96 20 60 0 0.79 0.38 0.62 328.42 0.66 0.23
Hex 60 14 3C 0 4F 26 3E 148 42 17
Octal 140 24 74 0 117 46 76 510 102 27
Binary 1100000 10100 111100 0 1001111 100110 111110 101001000 1000010 10111

Color Harmonies of #60143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60143C

Black with #60143C

Text Example


Text Example

White with #60143C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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