#581620

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

Shades of Bordeaux #581620

Tints of Bordeaux #581620

Color information

#581620 (or 0x581620) is unknown color: approx Bordeaux. HEX triplet: 58, 16 and 20. RGB value is (88,22,32). Sum of RGB (Red+Green+Blue) = 88+22+32=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #581620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581620 is #A7E9DF. Grayscale: #2A2A2A. Windows color (decimal): -11004384 or 2102872. OLE color: 2102872.

HSL color Cylindrical-coordinate representation of color #581620: hue angle of 350.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 #581620 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB882232-
CMYK00.750.640.65
HSL350.91º60%21.57%-
HSV(B)350.91º75%34.51%-
XYZ4.572.751.66-
YUV42.87121.87160.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=61.97%
G=15.49%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88223200.750.640.65350.916021.57
Hex58162004B404115f3c16
Octal130264001131001015377426
Binary101100010110100000010010111000000100000110101111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581620; }

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

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

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

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

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

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

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

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