#58203E

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

Shades of Pompadour #58203E

Tints of Pompadour #58203E

Color information

#58203E (or 0x58203E) is unknown color: approx Pompadour. HEX triplet: 58, 20 and 3E. RGB value is (88,32,62). Sum of RGB (Red+Green+Blue) = 88+32+62=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58203E is #A7DFC1. Grayscale: #343434. Windows color (decimal): -11001794 or 4071512. OLE color: 4071512.

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

Color convert

RGB883262-
CMYK00.640.300.65
HSL327.86º46.67%23.53%-
HSV(B)327.86º63.64%34.51%-
XYZ5.413.464.94-
YUV52.16133.55153.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.35%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=48.35%
G=17.58%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88326200.640.300.65327.8646.6723.53
Hex58203E0401E411482f18
Octal13040760100361015105730
Binary10110001000001111100100000011110100000110100100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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