Html Css Color HEX #60143B Pompadour

📋 copy color: '#60143B'

red 96 ◦ green 20 ◦ blue 59

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

Shades of Pompadour #60143B

Tints of Pompadour #60143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.71%

R = 54.86%
G = 11.43%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#60143B (or 0x60143B) is known color: Pompadour. HEX triplet: 60, 14 and 3B. RGB value is (96,20,59). Sum of RGB (Red+Green+Blue) = 96+20+59=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60143B is #9FEBC4. Grayscale: #2F2F2F. Windows color (decimal): -10480581 or 3871840. OLE color: 3871840.

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

Color convert

RGB 96 20 59 -
CMYK 0 0.79 0.39 0.62
HSL 329.21º 0.66% 0.23% -
HSV(B) 329.21º 0.79% 0.38% -
XYZ 5.86 3.3 4.47 -
YUV 47.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 96 20 59 0 0.79 0.39 0.62 329.21 0.66 0.23
Hex 60 14 3B 0 4F 27 3E 149 42 17
Octal 140 24 73 0 117 47 76 511 102 27
Binary 1100000 10100 111011 0 1001111 100111 111110 101001001 1000010 10111

Color Harmonies of #60143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60143B

Black with #60143B

Text Example


Text Example

White with #60143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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