#58223C

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

Shades of Pompadour #58223C

Tints of Pompadour #58223C

Color information

#58223C (or 0x58223C) is unknown color: approx Pompadour. HEX triplet: 58, 22 and 3C. RGB value is (88,34,60). Sum of RGB (Red+Green+Blue) = 88+34+60=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58223C is #A7DDC3. Grayscale: #353535. Windows color (decimal): -11001284 or 3940952. OLE color: 3940952.

HSL color Cylindrical-coordinate representation of color #58223C: hue angle of 331.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58223C is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB883460-
CMYK00.610.320.65
HSL331.11º44.26%23.92%-
HSV(B)331.11º61.36%34.51%-
XYZ5.413.554.67-
YUV53.11131.89152.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.35%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 60 (23.83% from 255) = 32.97%
R=48.35%
G=18.68%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88346000.610.320.65331.1144.2623.92
Hex58223C03D204114b2c18
Octal1304274075401015135430
Binary10110001000101111000111101100000100000110100101110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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