Html Css Color HEX #560210 Bordeaux

📋 copy color: '#560210'

red 86 ◦ green 2 ◦ blue 16

#560210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #560210

Tints of Bordeaux #560210

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 value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.66

RGB Variations

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

Color information

#560210 (or 0x560210) is known color: 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

RGB 86 2 16 -
CMYK 0 0.98 0.81 0.66
HSL 350º 0.95% 0.17% -
HSV(B) 350º 0.98% 0.34% -
XYZ 3.95 2.06 0.68 -
YUV 28.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 86 2 16 0 0.98 0.81 0.66 350 0.95 0.17
Hex 56 2 10 0 62 51 42 15E 5F 11
Octal 126 2 20 0 142 121 102 536 137 21
Binary 1010110 10 10000 0 1100010 1010001 1000010 101011110 1011111 10001

Color Harmonies of #560210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560210

Black with #560210

Text Example


Text Example

White with #560210

Text Example


Text Example

HTML Codes & Css Web 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>