#58233C

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

Shades of Pompadour #58233C

Tints of Pompadour #58233C

Color information

#58233C (or 0x58233C) is unknown color: approx Pompadour. HEX triplet: 58, 23 and 3C. RGB value is (88,35,60). Sum of RGB (Red+Green+Blue) = 88+35+60=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58233C is #A7DCC3. Grayscale: #353535. Windows color (decimal): -11001028 or 3941208. OLE color: 3941208.

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

Color convert

RGB883560-
CMYK00.600.320.65
HSL331.7º43.09%24.12%-
HSV(B)331.7º60.23%34.51%-
XYZ5.443.64.68-
YUV53.7131.56152.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=48.09%
G=19.13%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88356000.600.320.65331.743.0924.12
Hex58233C03C204114c2b18
Octal1304374074401015145330
Binary10110001000111111000111100100000100000110100110010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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