Html Css Color HEX #60153B Pompadour

📋 copy color: '#60153B'

red 96 ◦ green 21 ◦ blue 59

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

Shades of Pompadour #60153B

Tints of Pompadour #60153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.93%

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

R = 54.55%
G = 11.93%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#60153B (or 0x60153B) is known color: Pompadour. HEX triplet: 60, 15 and 3B. RGB value is (96,21,59). Sum of RGB (Red+Green+Blue) = 96+21+59=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60153B is #9FEAC4. Grayscale: #2F2F2F. Windows color (decimal): -10480325 or 3872096. OLE color: 3872096.

HSL color Cylindrical-coordinate representation of color #60153B: hue angle of 329.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60153B is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 59 -
CMYK 0 0.78 0.39 0.62
HSL 329.6º 0.64% 0.23% -
HSV(B) 329.6º 0.78% 0.38% -
XYZ 5.88 3.34 4.47 -
YUV 47.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 96 21 59 0 0.78 0.39 0.62 329.6 0.64 0.23
Hex 60 15 3B 0 4E 27 3E 14A 40 17
Octal 140 25 73 0 116 47 76 512 100 27
Binary 1100000 10101 111011 0 1001110 100111 111110 101001010 1000000 10111

Color Harmonies of #60153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60153B

Black with #60153B

Text Example


Text Example

White with #60153B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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