#57101E

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

Shades of Bordeaux #57101E

Tints of Bordeaux #57101E

Color information

#57101E (or 0x57101E) is unknown color: approx Bordeaux. HEX triplet: 57, 10 and 1E. RGB value is (87,16,30). Sum of RGB (Red+Green+Blue) = 87+16+30=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #57101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57101E is #A8EFE1. Grayscale: #262626. Windows color (decimal): -11071458 or 1970263. OLE color: 1970263.

HSL color Cylindrical-coordinate representation of color #57101E: hue angle of 348.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57101E is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB871630-
CMYK00.820.660.66
HSL348.17º68.93%20.2%-
HSV(B)348.17º81.61%34.12%-
XYZ4.352.491.48-
YUV38.83123.02162.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.41%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=65.41%
G=12.03%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87163000.820.660.66348.1768.9320.2
Hex57101E052424215c4514
Octal1272036012210210253410524
Binary101011110000111100101001010000101000010101011100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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