#581A43

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

Shades of Pompadour #581A43

Tints of Pompadour #581A43

Color information

#581A43 (or 0x581A43) is unknown color: approx Pompadour. HEX triplet: 58, 1A and 43. RGB value is (88,26,67). Sum of RGB (Red+Green+Blue) = 88+26+67=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #581A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A43 is #A7E5BC. Grayscale: #313131. Windows color (decimal): -11003325 or 4397656. OLE color: 4397656.

HSL color Cylindrical-coordinate representation of color #581A43: hue angle of 320.32º 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 #581A43 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB882667-
CMYK00.700.240.65
HSL320.32º54.39%22.35%-
HSV(B)320.32º70.45%34.51%-
XYZ5.413.225.65-
YUV49.21138.04155.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 26 (10.55% from 255) = 14.36%
BLUE value IS 67 (26.56% from 255) = 37.02%
R=48.62%
G=14.36%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88266700.700.240.65320.3254.3922.35
Hex581A4304618411403616
Octal130321030106301015006626
Binary10110001101010000110100011011000100000110100000011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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