Html Css Color HEX #60143E Pompadour

📋 copy color: '#60143E'

red 96 ◦ green 20 ◦ blue 62

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

Shades of Pompadour #60143E

Tints of Pompadour #60143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.83%

R = 53.93%
G = 11.24%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#60143E (or 0x60143E) is known color: Pompadour. HEX triplet: 60, 14 and 3E. RGB value is (96,20,62). Sum of RGB (Red+Green+Blue) = 96+20+62=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60143E is #9FEBC1. Grayscale: #2F2F2F. Windows color (decimal): -10480578 or 4068448. OLE color: 4068448.

HSL color Cylindrical-coordinate representation of color #60143E: hue angle of 326.84º 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 #60143E is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 62 -
CMYK 0 0.79 0.35 0.62
HSL 326.84º 0.66% 0.23% -
HSV(B) 326.84º 0.79% 0.38% -
XYZ 5.94 3.33 4.89 -
YUV 47.51 136.18 162.58 -
System Red Green Blue C M Y K H S L
Decimal 96 20 62 0 0.79 0.35 0.62 326.84 0.66 0.23
Hex 60 14 3E 0 4F 23 3E 147 42 17
Octal 140 24 76 0 117 43 76 507 102 27
Binary 1100000 10100 111110 0 1001111 100011 111110 101000111 1000010 10111

Color Harmonies of #60143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60143E

Black with #60143E

Text Example


Text Example

White with #60143E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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