#582645

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

Shades of Pompadour #582645

Tints of Pompadour #582645

Color information

#582645 (or 0x582645) is unknown color: approx Pompadour. HEX triplet: 58, 26 and 45. RGB value is (88,38,69). Sum of RGB (Red+Green+Blue) = 88+38+69=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #582645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582645 is #A7D9BA. Grayscale: #383838. Windows color (decimal): -11000251 or 4531800. OLE color: 4531800.

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

Color convert

RGB883869-
CMYK00.570.220.65
HSL322.8º39.68%24.71%-
HSV(B)322.8º56.82%34.51%-
XYZ5.793.896.08-
YUV56.48135.06150.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 69 (27.34% from 255) = 35.38%
R=45.13%
G=19.49%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88386900.570.220.65322.839.6824.71
Hex58264503916411432819
Octal13046105071261015035031
Binary10110001001101000101011100110110100000110100001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582645; }

 p { color: rgb(88,38,69); }

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

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

 a { background-color: rgb(88,38,69); }

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

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

 span { border-color: rgb(88,38,69); }

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