Html Css Color HEX #560112 Bordeaux

📋 copy color: '#560112'

red 86 ◦ green 1 ◦ blue 18

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

Shades of Bordeaux #560112

Tints of Bordeaux #560112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 81.9%
G = 0.95%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#560112 (or 0x560112) is known color: Bordeaux. HEX triplet: 56, 01 and 12. RGB value is (86,1,18). Sum of RGB (Red+Green+Blue) = 86+1+18=105 (13% of max value = 765). Red value is 86 (33.98% from 255 or 81.90% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 86 - color contains mainly: red. Hex color #560112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560112 is #A9FEED. Grayscale: #1C1C1C. Windows color (decimal): -11140846 or 1179990. OLE color: 1179990.

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

Color convert

RGB 86 1 18 -
CMYK 0 0.99 0.79 0.66
HSL 348º 0.98% 0.17% -
HSV(B) 348º 0.99% 0.34% -
XYZ 3.96 2.04 0.76 -
YUV 28.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 86 1 18 0 0.99 0.79 0.66 348 0.98 0.17
Hex 56 1 12 0 63 4F 42 15C 62 11
Octal 126 1 22 0 143 117 102 534 142 21
Binary 1010110 1 10010 0 1100011 1001111 1000010 101011100 1100010 10001

Color Harmonies of #560112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560112

Black with #560112

Text Example


Text Example

White with #560112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560112; }

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

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

background-color css

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

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

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

border-color css

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

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

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