#560210

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

Shades of Bordeaux #560210

Tints of Bordeaux #560210

Color information

#560210 (or 0x560210) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 10. RGB value is (86,2,16). Sum of RGB (Red+Green+Blue) = 86+2+16=104 (13% of max value = 765). Red value is 86 (33.98% from 255 or 82.69% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 86 - color contains mainly: red. Hex color #560210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560210 is #A9FDEF. Grayscale: #1C1C1C. Windows color (decimal): -11140592 or 1049174. OLE color: 1049174.

HSL color Cylindrical-coordinate representation of color #560210: hue angle of 350º degrees, saturation: 0.95, 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 #560210 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB86216-
CMYK00.980.810.66
HSL350º95.45%17.25%-
HSV(B)350º97.67%33.73%-
XYZ3.952.060.68-
YUV28.71120.83168.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 82.69%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 16 (6.64% from 255) = 15.38%
R=82.69%
G=1.92%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8621600.980.810.6635095.4517.25
Hex56210062514215e5f11
Octal126220014212110253613721
Binary101011010100000110001010100011000010101011110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560210; }

 p { color: rgb(86,2,16); }

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

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

 a { background-color: rgb(86,2,16); }

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

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

 span { border-color: rgb(86,2,16); }

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