Html Css Color HEX #560511 Bordeaux

📋 copy color: '#560511'

red 86 ◦ green 5 ◦ blue 17

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

Shades of Bordeaux #560511

Tints of Bordeaux #560511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.63%

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

R = 79.63%
G = 4.63%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#560511 (or 0x560511) is known color: Bordeaux. HEX triplet: 56, 05 and 11. RGB value is (86,5,17). Sum of RGB (Red+Green+Blue) = 86+5+17=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #560511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560511 is #A9FAEE. Grayscale: #1E1E1E. Windows color (decimal): -11139823 or 1115478. OLE color: 1115478.

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

Color convert

RGB 86 5 17 -
CMYK 0 0.94 0.80 0.66
HSL 351.11º 0.89% 0.18% -
HSV(B) 351.11º 0.94% 0.34% -
XYZ 3.99 2.13 0.73 -
YUV 30.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 86 5 17 0 0.94 0.80 0.66 351.11 0.89 0.18
Hex 56 5 11 0 5E 50 42 15F 59 12
Octal 126 5 21 0 136 120 102 537 131 22
Binary 1010110 101 10001 0 1011110 1010000 1000010 101011111 1011001 10010

Color Harmonies of #560511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560511

Black with #560511

Text Example


Text Example

White with #560511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560511; }

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

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

background-color css

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

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

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

border-color css

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

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

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