Html Css Color HEX #560811 Bordeaux

📋 copy color: '#560811'

red 86 ◦ green 8 ◦ blue 17

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

Shades of Bordeaux #560811

Tints of Bordeaux #560811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

 BLUE value IS 17 (7.03% from 255) = 15.32%

R = 77.48%
G = 7.21%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#560811 (or 0x560811) is known color: Bordeaux. HEX triplet: 56, 08 and 11. RGB value is (86,8,17). Sum of RGB (Red+Green+Blue) = 86+8+17=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #560811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560811 is #A9F7EE. Grayscale: #202020. Windows color (decimal): -11139055 or 1116246. OLE color: 1116246.

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

Color convert

RGB 86 8 17 -
CMYK 0 0.91 0.80 0.66
HSL 353.08º 0.83% 0.18% -
HSV(B) 353.08º 0.91% 0.34% -
XYZ 4.03 2.19 0.74 -
YUV 32.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 86 8 17 0 0.91 0.80 0.66 353.08 0.83 0.18
Hex 56 8 11 0 5B 50 42 161 53 12
Octal 126 10 21 0 133 120 102 541 123 22
Binary 1010110 1000 10001 0 1011011 1010000 1000010 101100001 1010011 10010

Color Harmonies of #560811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560811

Black with #560811

Text Example


Text Example

White with #560811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560811; }

 p { color: rgb(86,8,17); }

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

background-color css

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

 a { background-color: rgb(86,8,17); }

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

border-color css

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

 span { border-color: rgb(86,8,17); }

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