#57091E

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

Shades of Bordeaux #57091E

Tints of Bordeaux #57091E

Color information

#57091E (or 0x57091E) is unknown color: approx Bordeaux. HEX triplet: 57, 09 and 1E. RGB value is (87,9,30). Sum of RGB (Red+Green+Blue) = 87+9+30=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #57091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57091E is #A8F6E1. Grayscale: #222222. Windows color (decimal): -11073250 or 1968471. OLE color: 1968471.

HSL color Cylindrical-coordinate representation of color #57091E: hue angle of 343.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57091E is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB87930-
CMYK00.900.660.66
HSL343.85º81.25%18.82%-
HSV(B)343.85º89.66%34.12%-
XYZ4.262.321.45-
YUV34.72125.34165.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.05%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=69.05%
G=7.14%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8793000.900.660.66343.8581.2518.82
Hex5791E05A42421585113
Octal1271136013210210253012123
Binary10101111001111100101101010000101000010101011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57091E; }

 p { color: rgb(87,9,30); }

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

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

 a { background-color: rgb(87,9,30); }

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

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

 span { border-color: rgb(87,9,30); }

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