Html Css Color HEX #560320 Bordeaux

📋 copy color: '#560320'

red 86 ◦ green 3 ◦ blue 32

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

Shades of Bordeaux #560320

Tints of Bordeaux #560320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

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

R = 71.07%
G = 2.48%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#560320 (or 0x560320) is known color: Bordeaux. HEX triplet: 56, 03 and 20. RGB value is (86,3,32). Sum of RGB (Red+Green+Blue) = 86+3+32=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #560320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560320 is #A9FCDF. Grayscale: #1F1F1F. Windows color (decimal): -11140320 or 2098006. OLE color: 2098006.

HSL color Cylindrical-coordinate representation of color #560320: hue angle of 339.04º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560320 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 3 32 -
CMYK 0 0.97 0.63 0.66
HSL 339.04º 0.93% 0.17% -
HSV(B) 339.04º 0.97% 0.34% -
XYZ 4.13 2.15 1.56 -
YUV 31.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 86 3 32 0 0.97 0.63 0.66 339.04 0.93 0.17
Hex 56 3 20 0 61 3F 42 153 5D 11
Octal 126 3 40 0 141 77 102 523 135 21
Binary 1010110 11 100000 0 1100001 111111 1000010 101010011 1011101 10001

Color Harmonies of #560320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560320

Black with #560320

Text Example


Text Example

White with #560320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560320; }

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

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

background-color css

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

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

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

border-color css

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

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

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