Html Css Color HEX #560020 Bordeaux

📋 copy color: '#560020'

red 86 ◦ green 0 ◦ blue 32

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

Shades of Bordeaux #560020

Tints of Bordeaux #560020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.88%
G = 0%
B = 27.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#560020 (or 0x560020) is known color: Bordeaux. HEX triplet: 56, 00 and 20. RGB value is (86,0,32). Sum of RGB (Red+Green+Blue) = 86+0+32=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #560020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560020 is #A9FFDF. Grayscale: #1D1D1D. Windows color (decimal): -11141088 or 2097238. OLE color: 2097238.

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

Color convert

RGB 86 0 32 -
CMYK 0 1 0.63 0.66
HSL 337.67º 1% 0.17% -
HSV(B) 337.67º 1% 0.34% -
XYZ 4.1 2.08 1.55 -
YUV 29.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 86 0 32 0 1 0.63 0.66 337.67 1 0.17
Hex 56 0 20 0 64 3F 42 152 64 11
Octal 126 0 40 0 144 77 102 522 144 21
Binary 1010110 0 100000 0 1100100 111111 1000010 101010010 1100100 10001

Color Harmonies of #560020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560020

Black with #560020

Text Example


Text Example

White with #560020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560020; }

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

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

background-color css

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

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

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

border-color css

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

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

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