Html Css Color HEX #560016 Bordeaux

📋 copy color: '#560016'

red 86 ◦ green 0 ◦ blue 22

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

Shades of Bordeaux #560016

Tints of Bordeaux #560016

RGB

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

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

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

R = 79.63%
G = 0%
B = 20.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#560016 (or 0x560016) is known color: Bordeaux. HEX triplet: 56, 00 and 16. RGB value is (86,0,22). Sum of RGB (Red+Green+Blue) = 86+0+22=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #560016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560016 is #A9FFE9. Grayscale: #1C1C1C. Windows color (decimal): -11141098 or 1441878. OLE color: 1441878.

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

Color convert

RGB 86 0 22 -
CMYK 0 1 0.74 0.66
HSL 344.65º 1% 0.17% -
HSV(B) 344.65º 1% 0.34% -
XYZ 3.98 2.04 0.94 -
YUV 28.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 86 0 22 0 1 0.74 0.66 344.65 1 0.17
Hex 56 0 16 0 64 4A 42 159 64 11
Octal 126 0 26 0 144 112 102 531 144 21
Binary 1010110 0 10110 0 1100100 1001010 1000010 101011001 1100100 10001

Color Harmonies of #560016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560016

Black with #560016

Text Example


Text Example

White with #560016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560016; }

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

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

background-color css

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

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

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

border-color css

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

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

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