#58203C

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

Shades of Pompadour #58203C

Tints of Pompadour #58203C

Color information

#58203C (or 0x58203C) is unknown color: approx Pompadour. HEX triplet: 58, 20 and 3C. RGB value is (88,32,60). Sum of RGB (Red+Green+Blue) = 88+32+60=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58203C is #A7DFC3. Grayscale: #333333. Windows color (decimal): -11001796 or 3940440. OLE color: 3940440.

HSL color Cylindrical-coordinate representation of color #58203C: hue angle of 330º 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 #58203C is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB883260-
CMYK00.640.320.65
HSL330º46.67%23.53%-
HSV(B)330º63.64%34.51%-
XYZ5.363.434.66-
YUV51.94132.55153.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 60 (23.83% from 255) = 33.33%
R=48.89%
G=17.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88326000.640.320.6533046.6723.53
Hex58203C040204114a2f18
Octal13040740100401015125730
Binary101100010000011110001000000100000100000110100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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