#57070E

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

Shades of Bordeaux #57070E

Tints of Bordeaux #57070E

Color information

#57070E (or 0x57070E) is unknown color: approx Bordeaux. HEX triplet: 57, 07 and 0E. RGB value is (87,7,14). Sum of RGB (Red+Green+Blue) = 87+7+14=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #57070E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57070E is #A8F8F1. Grayscale: #1F1F1F. Windows color (decimal): -11073778 or 919383. OLE color: 919383.

HSL color Cylindrical-coordinate representation of color #57070E: hue angle of 354.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57070E is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB87714-
CMYK00.920.840.66
HSL354.75º85.11%18.43%-
HSV(B)354.75º91.95%34.12%-
XYZ4.092.210.63-
YUV31.72118167.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 80.56%
GREEN value IS 7 (3.12% from 255) = 6.48%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=80.56%
G=6.48%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8771400.920.840.66354.7585.1118.43
Hex577E05C54421635512
Octal127716013412410254312522
Binary101011111111100101110010101001000010101100011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,7,14); }

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

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

 a { background-color: rgb(87,7,14); }

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

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

 span { border-color: rgb(87,7,14); }

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