#581A45

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

Shades of Pompadour #581A45

Tints of Pompadour #581A45

Color information

#581A45 (or 0x581A45) is unknown color: approx Pompadour. HEX triplet: 58, 1A and 45. RGB value is (88,26,69). Sum of RGB (Red+Green+Blue) = 88+26+69=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #581A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A45 is #A7E5BA. Grayscale: #313131. Windows color (decimal): -11003323 or 4528728. OLE color: 4528728.

HSL color Cylindrical-coordinate representation of color #581A45: hue angle of 318.39º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A45 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB882669-
CMYK00.700.220.65
HSL318.39º54.39%22.35%-
HSV(B)318.39º70.45%34.51%-
XYZ5.473.245.97-
YUV49.44139.04155.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=48.09%
G=14.21%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88266900.700.220.65318.3954.3922.35
Hex581A45046164113e3616
Octal130321050106261014766626
Binary10110001101010001010100011010110100000110011111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581A45; }

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

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

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

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

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

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

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

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