Html Css Color HEX #560520 Bordeaux

📋 copy color: '#560520'

red 86 ◦ green 5 ◦ blue 32

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

Shades of Bordeaux #560520

Tints of Bordeaux #560520

RGB

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

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

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

R = 69.92%
G = 4.07%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#560520 (or 0x560520) is known color: Bordeaux. HEX triplet: 56, 05 and 20. RGB value is (86,5,32). Sum of RGB (Red+Green+Blue) = 86+5+32=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #560520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560520 is #A9FADF. Grayscale: #202020. Windows color (decimal): -11139808 or 2098518. OLE color: 2098518.

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

Color convert

RGB 86 5 32 -
CMYK 0 0.94 0.63 0.66
HSL 340º 0.89% 0.18% -
HSV(B) 340º 0.94% 0.34% -
XYZ 4.15 2.19 1.57 -
YUV 32.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 86 5 32 0 0.94 0.63 0.66 340 0.89 0.18
Hex 56 5 20 0 5E 3F 42 154 59 12
Octal 126 5 40 0 136 77 102 524 131 22
Binary 1010110 101 100000 0 1011110 111111 1000010 101010100 1011001 10010

Color Harmonies of #560520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560520

Black with #560520

Text Example


Text Example

White with #560520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560520; }

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

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

background-color css

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

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

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

border-color css

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

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

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