#582140

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

Shades of Pompadour #582140

Tints of Pompadour #582140

Color information

#582140 (or 0x582140) is unknown color: approx Pompadour. HEX triplet: 58, 21 and 40. RGB value is (88,33,64). Sum of RGB (Red+Green+Blue) = 88+33+64=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #582140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582140 is #A7DEBF. Grayscale: #343434. Windows color (decimal): -11001536 or 4202840. OLE color: 4202840.

HSL color Cylindrical-coordinate representation of color #582140: hue angle of 326.18º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582140 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB883364-
CMYK00.620.270.65
HSL326.18º45.45%23.73%-
HSV(B)326.18º62.5%34.51%-
XYZ5.493.535.24-
YUV52.98134.22152.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=47.57%
G=17.84%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88336400.620.270.65326.1845.4523.73
Hex58214003E1B411462d18
Octal13041100076331015065530
Binary10110001000011000000011111011011100000110100011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582140; }

 p { color: rgb(88,33,64); }

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

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

 a { background-color: rgb(88,33,64); }

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

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

 span { border-color: rgb(88,33,64); }

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