#57001C

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

Shades of Bordeaux #57001C

Tints of Bordeaux #57001C

Color information

#57001C (or 0x57001C) is unknown color: approx Bordeaux. HEX triplet: 57, 00 and 1C. RGB value is (87,0,28). Sum of RGB (Red+Green+Blue) = 87+0+28=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #57001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57001C is #A8FFE3. Grayscale: #1D1D1D. Windows color (decimal): -11075556 or 1835095. OLE color: 1835095.

HSL color Cylindrical-coordinate representation of color #57001C: hue angle of 340.69º 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 #57001C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB87028-
CMYK010.680.66
HSL340.69º100%17.06%-
HSV(B)340.69º100%34.12%-
XYZ4.142.111.29-
YUV29.2127.32169.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 75.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=75.65%
G=0%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87028010.680.66340.6910017.06
Hex5701C06444421556411
Octal127034014410410252514421
Binary10101110111000110010010001001000010101010101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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