#581943

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

Shades of Pompadour #581943

Tints of Pompadour #581943

Color information

#581943 (or 0x581943) is unknown color: approx Pompadour. HEX triplet: 58, 19 and 43. RGB value is (88,25,67). Sum of RGB (Red+Green+Blue) = 88+25+67=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #581943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581943 is #A7E6BC. Grayscale: #303030. Windows color (decimal): -11003581 or 4397400. OLE color: 4397400.

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

Color convert

RGB882567-
CMYK00.720.240.65
HSL320º55.75%22.16%-
HSV(B)320º71.59%34.51%-
XYZ5.393.185.64-
YUV48.62138.37156.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 67 (26.56% from 255) = 37.22%
R=48.89%
G=13.89%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88256700.720.240.6532055.7522.16
Hex58194304818411403816
Octal130311030110301015007026
Binary10110001100110000110100100011000100000110100000011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581943; }

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

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

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

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

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

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

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

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