Html Css Color HEX #560114 Bordeaux

📋 copy color: '#560114'

red 86 ◦ green 1 ◦ blue 20

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

Shades of Bordeaux #560114

Tints of Bordeaux #560114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.69%

R = 80.37%
G = 0.93%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#560114 (or 0x560114) is known color: Bordeaux. HEX triplet: 56, 01 and 14. RGB value is (86,1,20). Sum of RGB (Red+Green+Blue) = 86+1+20=107 (14% of max value = 765). Red value is 86 (33.98% from 255 or 80.37% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 86 - color contains mainly: red. Hex color #560114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560114 is #A9FEEB. Grayscale: #1C1C1C. Windows color (decimal): -11140844 or 1311062. OLE color: 1311062.

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

Color convert

RGB 86 1 20 -
CMYK 0 0.99 0.77 0.66
HSL 346.59º 0.98% 0.17% -
HSV(B) 346.59º 0.99% 0.34% -
XYZ 3.97 2.05 0.85 -
YUV 28.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 86 1 20 0 0.99 0.77 0.66 346.59 0.98 0.17
Hex 56 1 14 0 63 4D 42 15B 62 11
Octal 126 1 24 0 143 115 102 533 142 21
Binary 1010110 1 10100 0 1100011 1001101 1000010 101011011 1100010 10001

Color Harmonies of #560114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560114

Black with #560114

Text Example


Text Example

White with #560114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560114; }

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

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

background-color css

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

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

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

border-color css

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

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

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