Html Css Color HEX #560514 Bordeaux

📋 copy color: '#560514'

red 86 ◦ green 5 ◦ blue 20

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

Shades of Bordeaux #560514

Tints of Bordeaux #560514

RGB

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

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

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

R = 77.48%
G = 4.5%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#560514 (or 0x560514) is known color: Bordeaux. HEX triplet: 56, 05 and 14. RGB value is (86,5,20). Sum of RGB (Red+Green+Blue) = 86+5+20=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #560514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560514 is #A9FAEB. Grayscale: #1E1E1E. Windows color (decimal): -11139820 or 1312086. OLE color: 1312086.

HSL color Cylindrical-coordinate representation of color #560514: hue angle of 348.89º 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 #560514 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 5 20 -
CMYK 0 0.94 0.77 0.66
HSL 348.89º 0.89% 0.18% -
HSV(B) 348.89º 0.94% 0.34% -
XYZ 4.02 2.14 0.86 -
YUV 30.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 86 5 20 0 0.94 0.77 0.66 348.89 0.89 0.18
Hex 56 5 14 0 5E 4D 42 15D 59 12
Octal 126 5 24 0 136 115 102 535 131 22
Binary 1010110 101 10100 0 1011110 1001101 1000010 101011101 1011001 10010

Color Harmonies of #560514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560514

Black with #560514

Text Example


Text Example

White with #560514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560514; }

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

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

background-color css

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

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

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

border-color css

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

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

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