#58253F

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

Shades of Pompadour #58253F

Tints of Pompadour #58253F

Color information

#58253F (or 0x58253F) is unknown color: approx Pompadour. HEX triplet: 58, 25 and 3F. RGB value is (88,37,63). Sum of RGB (Red+Green+Blue) = 88+37+63=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58253F is #A7DAC0. Grayscale: #373737. Windows color (decimal): -11000513 or 4138328. OLE color: 4138328.

HSL color Cylindrical-coordinate representation of color #58253F: hue angle of 329.41º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58253F is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB883763-
CMYK00.580.280.65
HSL329.41º40.8%24.51%-
HSV(B)329.41º57.95%34.51%-
XYZ5.583.765.13-
YUV55.21132.4151.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 63 (25% from 255) = 33.51%
R=46.81%
G=19.68%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88376300.580.280.65329.4140.824.51
Hex58253F03A1C411492919
Octal1304577072341015115131
Binary1011000100101111111011101011100100000110100100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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