#581946

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

Shades of Pompadour #581946

Tints of Pompadour #581946

Color information

#581946 (or 0x581946) is unknown color: approx Pompadour. HEX triplet: 58, 19 and 46. RGB value is (88,25,70). Sum of RGB (Red+Green+Blue) = 88+25+70=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #581946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581946 is #A7E6B9. Grayscale: #303030. Windows color (decimal): -11003578 or 4594008. OLE color: 4594008.

HSL color Cylindrical-coordinate representation of color #581946: hue angle of 317.14º 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 #581946 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB882570-
CMYK00.720.200.65
HSL317.14º55.75%22.16%-
HSV(B)317.14º71.59%34.51%-
XYZ5.483.216.13-
YUV48.97139.87155.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=48.09%
G=13.66%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88257000.720.200.65317.1455.7522.16
Hex581946048144113d3816
Octal130311060110241014757026
Binary10110001100110001100100100010100100000110011110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581946; }

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

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

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

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

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

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

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

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