#60243D

Color #60243D Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #60243D

Tints of Pompadour #60243D

Color information

#60243D (or 0x60243D) is unknown color: approx Pompadour. HEX triplet: 60, 24 and 3D. RGB value is (96,36,61). Sum of RGB (Red+Green+Blue) = 96+36+61=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60243D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60243D is #9FDBC2. Grayscale: #383838. Windows color (decimal): -10476483 or 4007008. OLE color: 4007008.

HSL color Cylindrical-coordinate representation of color #60243D: hue angle of 335º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60243D is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB963661-
CMYK00.620.360.62
HSL335º45.45%25.88%-
HSV(B)335º62.5%37.65%-
XYZ6.34.094.87-
YUV56.79130.38155.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 36 (14.45% from 255) = 18.65%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=49.74%
G=18.65%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96366100.620.360.6233545.4525.88
Hex60243D03E243E14f2d1a
Octal140447507644765175532
Binary1100000100100111101011111010010011111010100111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60243D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60243D;
 }
 .AnyTagClassName
 {
   color: #60243D;
 }
</style>
background-color css

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

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

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

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

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

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