#581229

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

Shades of Bordeaux #581229

Tints of Bordeaux #581229

Color information

#581229 (or 0x581229) is unknown color: approx Bordeaux. HEX triplet: 58, 12 and 29. RGB value is (88,18,41). Sum of RGB (Red+Green+Blue) = 88+18+41=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #581229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581229 is #A7EDD6. Grayscale: #292929. Windows color (decimal): -11005399 or 2691672. OLE color: 2691672.

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

Color convert

RGB881841-
CMYK00.800.530.65
HSL340.29º66.04%20.78%-
HSV(B)340.29º79.55%34.51%-
XYZ4.642.672.37-
YUV41.55127.69161.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=59.86%
G=12.24%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88184100.800.530.65340.2966.0420.78
Hex58122905035411544215
Octal130225101206510152410225
Binary101100010010101001010100001101011000001101010100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581229; }

 p { color: rgb(88,18,41); }

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

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

 a { background-color: rgb(88,18,41); }

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

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

 span { border-color: rgb(88,18,41); }

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