#582844

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

Shades of Pompadour #582844

Tints of Pompadour #582844

Color information

#582844 (or 0x582844) is unknown color: approx Pompadour. HEX triplet: 58, 28 and 44. RGB value is (88,40,68). Sum of RGB (Red+Green+Blue) = 88+40+68=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #582844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582844 is #A7D7BB. Grayscale: #393939. Windows color (decimal): -10999740 or 4466776. OLE color: 4466776.

HSL color Cylindrical-coordinate representation of color #582844: hue angle of 325º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #582844 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB884068-
CMYK00.550.230.65
HSL325º37.5%25.1%-
HSV(B)325º54.55%34.51%-
XYZ5.834.015.94-
YUV57.54133.9149.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 68 (26.95% from 255) = 34.69%
R=44.90%
G=20.41%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88406800.550.230.6532537.525.1
Hex58284403717411452619
Octal13050104067271015054631
Binary10110001010001000100011011110111100000110100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582844; }

 p { color: rgb(88,40,68); }

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

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

 a { background-color: rgb(88,40,68); }

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

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

 span { border-color: rgb(88,40,68); }

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