#57001D

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

Shades of Bordeaux #57001D

Tints of Bordeaux #57001D

Color information

#57001D (or 0x57001D) is unknown color: approx Bordeaux. HEX triplet: 57, 00 and 1D. RGB value is (87,0,29). Sum of RGB (Red+Green+Blue) = 87+0+29=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #57001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57001D is #A8FFE2. Grayscale: #1D1D1D. Windows color (decimal): -11075555 or 1900631. OLE color: 1900631.

HSL color Cylindrical-coordinate representation of color #57001D: hue angle of 340º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57001D is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB87029-
CMYK010.670.66
HSL340º100%17.06%-
HSV(B)340º100%34.12%-
XYZ4.152.111.35-
YUV29.32127.82169.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 25%
R=75%
G=0%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87029010.670.6634010017.06
Hex5701D06443421546411
Octal127035014410310252414421
Binary10101110111010110010010000111000010101010100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57001D; }

 p { color: rgb(87,0,29); }

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

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

 a { background-color: rgb(87,0,29); }

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

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

 span { border-color: rgb(87,0,29); }

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