#58203A

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

Shades of Pompadour #58203A

Tints of Pompadour #58203A

Color information

#58203A (or 0x58203A) is unknown color: approx Pompadour. HEX triplet: 58, 20 and 3A. RGB value is (88,32,58). Sum of RGB (Red+Green+Blue) = 88+32+58=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #58203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58203A is #A7DFC5. Grayscale: #333333. Windows color (decimal): -11001798 or 3809368. OLE color: 3809368.

HSL color Cylindrical-coordinate representation of color #58203A: hue angle of 332.14º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58203A is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB883258-
CMYK00.640.340.65
HSL332.14º46.67%23.53%-
HSV(B)332.14º63.64%34.51%-
XYZ5.33.414.38-
YUV51.71131.55153.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=49.44%
G=17.98%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88325800.640.340.65332.1446.6723.53
Hex58203A040224114c2f18
Octal13040720100421015145730
Binary101100010000011101001000000100010100000110100110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58203A; }

 p { color: rgb(88,32,58); }

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

<style>
 a { background-color: #58203A; }

 a { background-color: rgb(88,32,58); }

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

<style>
 span { border-color: #58203A; }

 span { border-color: rgb(88,32,58); }

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