#581020

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

Shades of Bordeaux #581020

Tints of Bordeaux #581020

Color information

#581020 (or 0x581020) is unknown color: approx Bordeaux. HEX triplet: 58, 10 and 20. RGB value is (88,16,32). Sum of RGB (Red+Green+Blue) = 88+16+32=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #581020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581020 is #A7EFDF. Grayscale: #272727. Windows color (decimal): -11005920 or 2101336. OLE color: 2101336.

HSL color Cylindrical-coordinate representation of color #581020: hue angle of 346.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581020 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB881632-
CMYK00.820.640.65
HSL346.67º69.23%20.39%-
HSV(B)346.67º81.82%34.51%-
XYZ4.472.551.62-
YUV39.35123.85162.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=64.71%
G=11.76%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88163200.820.640.65346.6769.2320.39
Hex581020052404115b4514
Octal1302040012210010153310524
Binary1011000100001000000101001010000001000001101011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581020; }

 p { color: rgb(88,16,32); }

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

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

 a { background-color: rgb(88,16,32); }

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

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

 span { border-color: rgb(88,16,32); }

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