#57001E

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

Shades of Bordeaux #57001E

Tints of Bordeaux #57001E

Color information

#57001E (or 0x57001E) is unknown color: approx Bordeaux. HEX triplet: 57, 00 and 1E. RGB value is (87,0,30). Sum of RGB (Red+Green+Blue) = 87+0+30=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #57001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57001E is #A8FFE1. Grayscale: #1D1D1D. Windows color (decimal): -11075554 or 1966167. OLE color: 1966167.

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

Color convert

RGB87030-
CMYK010.660.66
HSL339.31º100%17.06%-
HSV(B)339.31º100%34.12%-
XYZ4.162.121.42-
YUV29.43128.32169.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 74.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=74.36%
G=0%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87030010.660.66339.3110017.06
Hex5701E06442421536411
Octal127036014410210252314421
Binary10101110111100110010010000101000010101010011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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