Html Css Color HEX #560E20 Bordeaux

📋 copy color: '#560E20'

red 86 ◦ green 14 ◦ blue 32

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

Shades of Bordeaux #560E20

Tints of Bordeaux #560E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.61%

 BLUE value IS 32 (12.89% from 255) = 24.24%

R = 65.15%
G = 10.61%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#560E20 (or 0x560E20) is known color: Bordeaux. HEX triplet: 56, 0E and 20. RGB value is (86,14,32). Sum of RGB (Red+Green+Blue) = 86+14+32=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #560E20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E20 is #A9F1DF. Grayscale: #252525. Windows color (decimal): -11137504 or 2100822. OLE color: 2100822.

HSL color Cylindrical-coordinate representation of color #560E20: hue angle of 345º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E20 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 14 32 -
CMYK 0 0.84 0.63 0.66
HSL 345º 0.72% 0.2% -
HSV(B) 345º 0.84% 0.34% -
XYZ 4.26 2.4 1.6 -
YUV 37.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 86 14 32 0 0.84 0.63 0.66 345 0.72 0.2
Hex 56 E 20 0 54 3F 42 159 48 14
Octal 126 16 40 0 124 77 102 531 110 24
Binary 1010110 1110 100000 0 1010100 111111 1000010 101011001 1001000 10100

Color Harmonies of #560E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560E20

Black with #560E20

Text Example


Text Example

White with #560E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,14,32); }

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

background-color css

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

 a { background-color: rgb(86,14,32); }

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

border-color css

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

 span { border-color: rgb(86,14,32); }

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