#58203D

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

Shades of Pompadour #58203D

Tints of Pompadour #58203D

Color information

#58203D (or 0x58203D) is unknown color: approx Pompadour. HEX triplet: 58, 20 and 3D. RGB value is (88,32,61). Sum of RGB (Red+Green+Blue) = 88+32+61=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58203D is #A7DFC2. Grayscale: #333333. Windows color (decimal): -11001795 or 4005976. OLE color: 4005976.

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

Color convert

RGB883261-
CMYK00.640.310.65
HSL328.93º46.67%23.53%-
HSV(B)328.93º63.64%34.51%-
XYZ5.383.444.8-
YUV52.05133.05153.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 61 (24.22% from 255) = 33.70%
R=48.62%
G=17.68%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88326100.640.310.65328.9346.6723.53
Hex58203D0401F411492f18
Octal13040750100371015115730
Binary10110001000001111010100000011111100000110100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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