#57020F

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

Shades of Bordeaux #57020F

Tints of Bordeaux #57020F

Color information

#57020F (or 0x57020F) is unknown color: approx Bordeaux. HEX triplet: 57, 02 and 0F. RGB value is (87,2,15). Sum of RGB (Red+Green+Blue) = 87+2+15=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #57020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57020F is #A8FDF0. Grayscale: #1C1C1C. Windows color (decimal): -11075057 or 983639. OLE color: 983639.

HSL color Cylindrical-coordinate representation of color #57020F: hue angle of 350.82º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57020F is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB87215-
CMYK00.980.830.66
HSL350.82º95.51%17.45%-
HSV(B)350.82º97.7%34.12%-
XYZ4.042.10.65-
YUV28.9120.16169.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 83.65%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 15 (6.25% from 255) = 14.42%
R=83.65%
G=1.92%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8721500.980.830.66350.8295.5117.45
Hex572F062534215f6011
Octal127217014212310253714021
Binary10101111011110110001010100111000010101011111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57020F; }

 p { color: rgb(87,2,15); }

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

<style>
 a { background-color: #57020F; }

 a { background-color: rgb(87,2,15); }

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

<style>
 span { border-color: #57020F; }

 span { border-color: rgb(87,2,15); }

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