#581224

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

Shades of Bordeaux #581224

Tints of Bordeaux #581224

Color information

#581224 (or 0x581224) is unknown color: approx Bordeaux. HEX triplet: 58, 12 and 24. RGB value is (88,18,36). Sum of RGB (Red+Green+Blue) = 88+18+36=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #581224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581224 is #A7EDDB. Grayscale: #282828. Windows color (decimal): -11005404 or 2363992. OLE color: 2363992.

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

Color convert

RGB881836-
CMYK00.800.590.65
HSL344.57º66.04%20.78%-
HSV(B)344.57º79.55%34.51%-
XYZ4.562.631.94-
YUV40.98125.19161.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=61.97%
G=12.68%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88183600.800.590.65344.5766.0420.78
Hex5812240503B411594215
Octal130224401207310153110225
Binary101100010010100100010100001110111000001101011001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581224; }

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

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

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

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

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

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

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

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