#58233E

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

Shades of Pompadour #58233E

Tints of Pompadour #58233E

Color information

#58233E (or 0x58233E) is unknown color: approx Pompadour. HEX triplet: 58, 23 and 3E. RGB value is (88,35,62). Sum of RGB (Red+Green+Blue) = 88+35+62=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58233E is #A7DCC1. Grayscale: #353535. Windows color (decimal): -11001026 or 4072280. OLE color: 4072280.

HSL color Cylindrical-coordinate representation of color #58233E: hue angle of 329.43º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58233E is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB883562-
CMYK00.600.300.65
HSL329.43º43.09%24.12%-
HSV(B)329.43º60.23%34.51%-
XYZ5.53.624.97-
YUV53.92132.56152.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=47.57%
G=18.92%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88356200.600.300.65329.4343.0924.12
Hex58233E03C1E411492b18
Octal1304376074361015115330
Binary1011000100011111110011110011110100000110100100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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