Html Css Color HEX #560716 Bordeaux

📋 copy color: '#560716'

red 86 ◦ green 7 ◦ blue 22

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

Shades of Bordeaux #560716

Tints of Bordeaux #560716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

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

R = 74.78%
G = 6.09%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#560716 (or 0x560716) is known color: Bordeaux. HEX triplet: 56, 07 and 16. RGB value is (86,7,22). Sum of RGB (Red+Green+Blue) = 86+7+22=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #560716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560716 is #A9F8E9. Grayscale: #202020. Windows color (decimal): -11139306 or 1443670. OLE color: 1443670.

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

Color convert

RGB 86 7 22 -
CMYK 0 0.92 0.74 0.66
HSL 348.61º 0.85% 0.18% -
HSV(B) 348.61º 0.92% 0.34% -
XYZ 4.06 2.19 0.97 -
YUV 32.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 86 7 22 0 0.92 0.74 0.66 348.61 0.85 0.18
Hex 56 7 16 0 5C 4A 42 15D 55 12
Octal 126 7 26 0 134 112 102 535 125 22
Binary 1010110 111 10110 0 1011100 1001010 1000010 101011101 1010101 10010

Color Harmonies of #560716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560716

Black with #560716

Text Example


Text Example

White with #560716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560716; }

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

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

background-color css

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

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

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

border-color css

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

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

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