#582241

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

Shades of Pompadour #582241

Tints of Pompadour #582241

Color information

#582241 (or 0x582241) is unknown color: approx Pompadour. HEX triplet: 58, 22 and 41. RGB value is (88,34,65). Sum of RGB (Red+Green+Blue) = 88+34+65=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #582241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582241 is #A7DDBE. Grayscale: #353535. Windows color (decimal): -11001279 or 4268632. OLE color: 4268632.

HSL color Cylindrical-coordinate representation of color #582241: hue angle of 325.56º 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 #582241 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB883465-
CMYK00.610.260.65
HSL325.56º44.26%23.92%-
HSV(B)325.56º61.36%34.51%-
XYZ5.553.65.4-
YUV53.68134.39152.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=47.06%
G=18.18%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88346500.610.260.65325.5644.2623.92
Hex58224103D1A411462c18
Octal13042101075321015065430
Binary10110001000101000001011110111010100000110100011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582241; }

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

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

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

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

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

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

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

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