#58283F

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

Shades of Pompadour #58283F

Tints of Pompadour #58283F

Color information

#58283F (or 0x58283F) is unknown color: approx Pompadour. HEX triplet: 58, 28 and 3F. RGB value is (88,40,63). Sum of RGB (Red+Green+Blue) = 88+40+63=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #58283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58283F is #A7D7C0. Grayscale: #383838. Windows color (decimal): -10999745 or 4139096. OLE color: 4139096.

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

Color convert

RGB884063-
CMYK00.550.280.65
HSL331.25º37.5%25.1%-
HSV(B)331.25º54.55%34.51%-
XYZ5.683.955.17-
YUV56.97131.4150.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 63 (25% from 255) = 32.98%
R=46.07%
G=20.94%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88406300.550.280.65331.2537.525.1
Hex58283F0371C4114b2619
Octal1305077067341015134631
Binary1011000101000111111011011111100100000110100101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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