Html Css Color HEX #560B14 Bordeaux

📋 copy color: '#560B14'

red 86 ◦ green 11 ◦ blue 20

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

Shades of Bordeaux #560B14

Tints of Bordeaux #560B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.4%

 BLUE value IS 20 (8.2% from 255) = 17.09%

R = 73.5%
G = 9.4%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#560B14 (or 0x560B14) is known color: Bordeaux. HEX triplet: 56, 0B and 14. RGB value is (86,11,20). Sum of RGB (Red+Green+Blue) = 86+11+20=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #560B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560B14 is #A9F4EB. Grayscale: #222222. Windows color (decimal): -11138284 or 1313622. OLE color: 1313622.

HSL color Cylindrical-coordinate representation of color #560B14: hue angle of 352.8º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B14 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 11 20 -
CMYK 0 0.87 0.77 0.66
HSL 352.8º 0.77% 0.19% -
HSV(B) 352.8º 0.87% 0.34% -
XYZ 4.08 2.27 0.88 -
YUV 34.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 86 11 20 0 0.87 0.77 0.66 352.8 0.77 0.19
Hex 56 B 14 0 57 4D 42 161 4D 13
Octal 126 13 24 0 127 115 102 541 115 23
Binary 1010110 1011 10100 0 1010111 1001101 1000010 101100001 1001101 10011

Color Harmonies of #560B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560B14

Black with #560B14

Text Example


Text Example

White with #560B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560B14; }

 p { color: rgb(86,11,20); }

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

background-color css

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

 a { background-color: rgb(86,11,20); }

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

border-color css

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

 span { border-color: rgb(86,11,20); }

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