Html Css Color HEX #560116 Bordeaux

📋 copy color: '#560116'

red 86 ◦ green 1 ◦ blue 22

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

Shades of Bordeaux #560116

Tints of Bordeaux #560116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

 BLUE value IS 22 (8.98% from 255) = 20.18%

R = 78.9%
G = 0.92%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#560116 (or 0x560116) is known color: Bordeaux. HEX triplet: 56, 01 and 16. RGB value is (86,1,22). Sum of RGB (Red+Green+Blue) = 86+1+22=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #560116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560116 is #A9FEE9. Grayscale: #1C1C1C. Windows color (decimal): -11140842 or 1442134. OLE color: 1442134.

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

Color convert

RGB 86 1 22 -
CMYK 0 0.99 0.74 0.66
HSL 345.18º 0.98% 0.17% -
HSV(B) 345.18º 0.99% 0.34% -
XYZ 3.99 2.06 0.95 -
YUV 28.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 86 1 22 0 0.99 0.74 0.66 345.18 0.98 0.17
Hex 56 1 16 0 63 4A 42 159 62 11
Octal 126 1 26 0 143 112 102 531 142 21
Binary 1010110 1 10110 0 1100011 1001010 1000010 101011001 1100010 10001

Color Harmonies of #560116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560116

Black with #560116

Text Example


Text Example

White with #560116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560116; }

 p { color: rgb(86,1,22); }

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

background-color css

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

 a { background-color: rgb(86,1,22); }

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

border-color css

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

 span { border-color: rgb(86,1,22); }

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