#581320

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

Shades of Bordeaux #581320

Tints of Bordeaux #581320

Color information

#581320 (or 0x581320) is unknown color: approx Bordeaux. HEX triplet: 58, 13 and 20. RGB value is (88,19,32). Sum of RGB (Red+Green+Blue) = 88+19+32=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #581320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581320 is #A7ECDF. Grayscale: #292929. Windows color (decimal): -11005152 or 2102104. OLE color: 2102104.

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

Color convert

RGB881932-
CMYK00.780.640.65
HSL348.7º64.49%20.98%-
HSV(B)348.7º78.41%34.51%-
XYZ4.522.641.64-
YUV41.11122.86161.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=63.31%
G=13.67%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88193200.780.640.65348.764.4920.98
Hex58132004E404115d4015
Octal1302340011610010153510025
Binary1011000100111000000100111010000001000001101011101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581320; }

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

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

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

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

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

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

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

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