#60253F

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

Shades of Pompadour #60253F

Tints of Pompadour #60253F

Color information

#60253F (or 0x60253F) is unknown color: approx Pompadour. HEX triplet: 60, 25 and 3F. RGB value is (96,37,63). Sum of RGB (Red+Green+Blue) = 96+37+63=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60253F is #9FDAC0. Grayscale: #393939. Windows color (decimal): -10476225 or 4138336. OLE color: 4138336.

HSL color Cylindrical-coordinate representation of color #60253F: hue angle of 333.56º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60253F is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB963763-
CMYK00.610.340.62
HSL333.56º44.36%26.08%-
HSV(B)333.56º61.46%37.65%-
XYZ6.384.175.17-
YUV57.6131.05155.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 37 (14.84% from 255) = 18.88%
BLUE value IS 63 (25% from 255) = 32.14%
R=48.98%
G=18.88%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96376300.610.340.62333.5644.3626.08
Hex60253F03D223E14e2c1a
Octal140457707542765165432
Binary1100000100101111111011110110001011111010100111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60253F; }

 p { color: rgb(96,37,63); }

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

<style>
 a { background-color: #60253F; }

 a { background-color: rgb(96,37,63); }

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

<style>
 span { border-color: #60253F; }

 span { border-color: rgb(96,37,63); }

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