Html Css Color HEX #60153E Pompadour

📋 copy color: '#60153E'

red 96 ◦ green 21 ◦ blue 62

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

Shades of Pompadour #60153E

Tints of Pompadour #60153E

RGB

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

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

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

R = 53.63%
G = 11.73%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#60153E (or 0x60153E) is known color: Pompadour. HEX triplet: 60, 15 and 3E. RGB value is (96,21,62). Sum of RGB (Red+Green+Blue) = 96+21+62=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60153E is #9FEAC1. Grayscale: #303030. Windows color (decimal): -10480322 or 4068704. OLE color: 4068704.

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

Color convert

RGB 96 21 62 -
CMYK 0 0.78 0.35 0.62
HSL 327.2º 0.64% 0.23% -
HSV(B) 327.2º 0.78% 0.38% -
XYZ 5.96 3.37 4.89 -
YUV 48.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 96 21 62 0 0.78 0.35 0.62 327.2 0.64 0.23
Hex 60 15 3E 0 4E 23 3E 147 40 17
Octal 140 25 76 0 116 43 76 507 100 27
Binary 1100000 10101 111110 0 1001110 100011 111110 101000111 1000000 10111

Color Harmonies of #60153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60153E

Black with #60153E

Text Example


Text Example

White with #60153E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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