Html Css Color HEX #560010 Bordeaux

📋 copy color: '#560010'

red 86 ◦ green 0 ◦ blue 16

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

Shades of Bordeaux #560010

Tints of Bordeaux #560010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.69%

R = 84.31%
G = 0%
B = 15.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.66

RGB Variations

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

Color information

#560010 (or 0x560010) is known color: Bordeaux. HEX triplet: 56, 00 and 10. RGB value is (86,0,16). Sum of RGB (Red+Green+Blue) = 86+0+16=102 (13% of max value = 765). Red value is 86 (33.98% from 255 or 84.31% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 86 - color contains mainly: red. Hex color #560010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560010 is #A9FFEF. Grayscale: #1B1B1B. Windows color (decimal): -11141104 or 1048662. OLE color: 1048662.

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

Color convert

RGB 86 0 16 -
CMYK 0 1 0.81 0.66
HSL 348.84º 1% 0.17% -
HSV(B) 348.84º 1% 0.34% -
XYZ 3.93 2.02 0.67 -
YUV 27.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 86 0 16 0 1 0.81 0.66 348.84 1 0.17
Hex 56 0 10 0 64 51 42 15D 64 11
Octal 126 0 20 0 144 121 102 535 144 21
Binary 1010110 0 10000 0 1100100 1010001 1000010 101011101 1100100 10001

Color Harmonies of #560010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560010

Black with #560010

Text Example


Text Example

White with #560010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560010; }

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

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

background-color css

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

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

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

border-color css

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

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

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