#57030D

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

Shades of Bordeaux #57030D

Tints of Bordeaux #57030D

Color information

#57030D (or 0x57030D) is unknown color: approx Bordeaux. HEX triplet: 57, 03 and 0D. RGB value is (87,3,13). Sum of RGB (Red+Green+Blue) = 87+3+13=103 (13% of max value = 765). Red value is 87 (34.38% from 255 or 84.47% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 87 - color contains mainly: red. Hex color #57030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57030D is #A8FCF2. Grayscale: #1D1D1D. Windows color (decimal): -11074803 or 852823. OLE color: 852823.

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

Color convert

RGB87313-
CMYK00.970.850.66
HSL352.86º93.33%17.65%-
HSV(B)352.86º96.55%34.12%-
XYZ4.042.120.58-
YUV29.26118.83169.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 84.47%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=84.47%
G=2.91%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8731300.970.850.66352.8693.3317.65
Hex573D06155421615d12
Octal127315014112510254113522
Binary10101111111010110000110101011000010101100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,3,13); }

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

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

 a { background-color: rgb(87,3,13); }

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

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

 span { border-color: rgb(87,3,13); }

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