#581641

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

Shades of Pompadour #581641

Tints of Pompadour #581641

Color information

#581641 (or 0x581641) is unknown color: approx Pompadour. HEX triplet: 58, 16 and 41. RGB value is (88,22,65). Sum of RGB (Red+Green+Blue) = 88+22+65=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #581641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581641 is #A7E9BE. Grayscale: #2E2E2E. Windows color (decimal): -11004351 or 4265560. OLE color: 4265560.

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

Color convert

RGB882265-
CMYK00.750.260.65
HSL320.91º60%21.57%-
HSV(B)320.91º75%34.51%-
XYZ5.273.035.31-
YUV46.64138.37157.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=50.29%
G=12.57%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88226500.750.260.65320.916021.57
Hex58164104B1A411413c16
Octal130261010113321015017426
Binary10110001011010000010100101111010100000110100000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581641; }

 p { color: rgb(88,22,65); }

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

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

 a { background-color: rgb(88,22,65); }

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

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

 span { border-color: rgb(88,22,65); }

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