#591422

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

Shades of Bordeaux #591422

Tints of Bordeaux #591422

Color information

#591422 (or 0x591422) is unknown color: approx Bordeaux. HEX triplet: 59, 14 and 22. RGB value is (89,20,34). Sum of RGB (Red+Green+Blue) = 89+20+34=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #591422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591422 is #A6EBDD. Grayscale: #2A2A2A. Windows color (decimal): -10939358 or 2233433. OLE color: 2233433.

HSL color Cylindrical-coordinate representation of color #591422: hue angle of 347.83º degrees, saturation: 0.63, 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 #591422 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB892034-
CMYK00.780.620.65
HSL347.83º63.3%21.37%-
HSV(B)347.83º77.53%34.9%-
XYZ4.662.741.8-
YUV42.23123.36161.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.24%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 34 (13.67% from 255) = 23.78%
R=62.24%
G=13.99%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89203400.780.620.65347.8363.321.37
Hex59142204E3E4115c3f15
Octal13124420116761015347725
Binary10110011010010001001001110111110100000110101110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591422; }

 p { color: rgb(89,20,34); }

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

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

 a { background-color: rgb(89,20,34); }

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

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

 span { border-color: rgb(89,20,34); }

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