Html Css Color HEX #560710 Bordeaux

📋 copy color: '#560710'

red 86 ◦ green 7 ◦ blue 16

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

Shades of Bordeaux #560710

Tints of Bordeaux #560710

RGB

 RED value IS 86 (33.98% from 255) = 78.9%

 GREEN value IS 7 (3.13% from 255) = 6.42%

 BLUE value IS 16 (6.64% from 255) = 14.68%

R = 78.9%
G = 6.42%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.66

RGB Variations

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

Color information

#560710 (or 0x560710) is known color: Bordeaux. HEX triplet: 56, 07 and 10. RGB value is (86,7,16). Sum of RGB (Red+Green+Blue) = 86+7+16=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #560710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560710 is #A9F8EF. Grayscale: #1F1F1F. Windows color (decimal): -11139312 or 1050454. OLE color: 1050454.

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

Color convert

RGB 86 7 16 -
CMYK 0 0.92 0.81 0.66
HSL 353.16º 0.85% 0.18% -
HSV(B) 353.16º 0.92% 0.34% -
XYZ 4.01 2.17 0.7 -
YUV 31.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 86 7 16 0 0.92 0.81 0.66 353.16 0.85 0.18
Hex 56 7 10 0 5C 51 42 161 55 12
Octal 126 7 20 0 134 121 102 541 125 22
Binary 1010110 111 10000 0 1011100 1010001 1000010 101100001 1010101 10010

Color Harmonies of #560710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560710

Black with #560710

Text Example


Text Example

White with #560710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560710; }

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

 H1.HeaderClassName
 {
   color: #560710;
 }
 .AnyTagClassName
 {
   color: #560710;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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