#60253E

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

Shades of Pompadour #60253E

Tints of Pompadour #60253E

Color information

#60253E (or 0x60253E) is unknown color: approx Pompadour. HEX triplet: 60, 25 and 3E. RGB value is (96,37,62). Sum of RGB (Red+Green+Blue) = 96+37+62=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60253E is #9FDAC1. Grayscale: #393939. Windows color (decimal): -10476226 or 4072800. OLE color: 4072800.

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

Color convert

RGB963762-
CMYK00.610.350.62
HSL334.58º44.36%26.08%-
HSV(B)334.58º61.46%37.65%-
XYZ6.354.165.03-
YUV57.49130.55155.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=49.23%
G=18.97%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96376200.610.350.62334.5844.3626.08
Hex60253E03D233E14f2c1a
Octal140457607543765175432
Binary1100000100101111110011110110001111111010100111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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