Html Css Color HEX #560920 Bordeaux

📋 copy color: '#560920'

red 86 ◦ green 9 ◦ blue 32

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

Shades of Bordeaux #560920

Tints of Bordeaux #560920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

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

R = 67.72%
G = 7.09%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#560920 (or 0x560920) is known color: Bordeaux. HEX triplet: 56, 09 and 20. RGB value is (86,9,32). Sum of RGB (Red+Green+Blue) = 86+9+32=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #560920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560920 is #A9F6DF. Grayscale: #222222. Windows color (decimal): -11138784 or 2099542. OLE color: 2099542.

HSL color Cylindrical-coordinate representation of color #560920: hue angle of 342.08º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560920 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 9 32 -
CMYK 0 0.90 0.63 0.66
HSL 342.08º 0.81% 0.19% -
HSV(B) 342.08º 0.9% 0.34% -
XYZ 4.2 2.28 1.59 -
YUV 34.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 86 9 32 0 0.90 0.63 0.66 342.08 0.81 0.19
Hex 56 9 20 0 5A 3F 42 156 51 13
Octal 126 11 40 0 132 77 102 526 121 23
Binary 1010110 1001 100000 0 1011010 111111 1000010 101010110 1010001 10011

Color Harmonies of #560920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560920

Black with #560920

Text Example


Text Example

White with #560920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560920; }

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

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

background-color css

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

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

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

border-color css

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

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

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