#581424

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

Shades of Bordeaux #581424

Tints of Bordeaux #581424

Color information

#581424 (or 0x581424) is unknown color: approx Bordeaux. HEX triplet: 58, 14 and 24. RGB value is (88,20,36). Sum of RGB (Red+Green+Blue) = 88+20+36=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #581424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581424 is #A7EBDB. Grayscale: #2A2A2A. Windows color (decimal): -11004892 or 2364504. OLE color: 2364504.

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

Color convert

RGB882036-
CMYK00.770.590.65
HSL345.88º62.96%21.18%-
HSV(B)345.88º77.27%34.51%-
XYZ4.592.71.95-
YUV42.16124.53160.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 36 (14.45% from 255) = 25%
R=61.11%
G=13.89%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88203600.770.590.65345.8862.9621.18
Hex58142404D3B4115a3f15
Octal13024440115731015327725
Binary10110001010010010001001101111011100000110101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581424; }

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

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

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

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

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

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

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

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