Html Css Color HEX #60153D Pompadour

📋 copy color: '#60153D'

red 96 ◦ green 21 ◦ blue 61

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

Shades of Pompadour #60153D

Tints of Pompadour #60153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 53.93%
G = 11.8%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#60153D (or 0x60153D) is known color: Pompadour. HEX triplet: 60, 15 and 3D. RGB value is (96,21,61). Sum of RGB (Red+Green+Blue) = 96+21+61=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60153D is #9FEAC2. Grayscale: #2F2F2F. Windows color (decimal): -10480323 or 4003168. OLE color: 4003168.

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

Color convert

RGB 96 21 61 -
CMYK 0 0.78 0.36 0.62
HSL 328º 0.64% 0.23% -
HSV(B) 328º 0.78% 0.38% -
XYZ 5.93 3.36 4.75 -
YUV 47.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 96 21 61 0 0.78 0.36 0.62 328 0.64 0.23
Hex 60 15 3D 0 4E 24 3E 148 40 17
Octal 140 25 75 0 116 44 76 510 100 27
Binary 1100000 10101 111101 0 1001110 100100 111110 101001000 1000000 10111

Color Harmonies of #60153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60153D

Black with #60153D

Text Example


Text Example

White with #60153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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