Html Css Color HEX #560813 Bordeaux

📋 copy color: '#560813'

red 86 ◦ green 8 ◦ blue 19

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

Shades of Bordeaux #560813

Tints of Bordeaux #560813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.08%

 BLUE value IS 19 (7.81% from 255) = 16.81%

R = 76.11%
G = 7.08%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#560813 (or 0x560813) is known color: Bordeaux. HEX triplet: 56, 08 and 13. RGB value is (86,8,19). Sum of RGB (Red+Green+Blue) = 86+8+19=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #560813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560813 is #A9F7EC. Grayscale: #202020. Windows color (decimal): -11139053 or 1247318. OLE color: 1247318.

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

Color convert

RGB 86 8 19 -
CMYK 0 0.91 0.78 0.66
HSL 351.54º 0.83% 0.18% -
HSV(B) 351.54º 0.91% 0.34% -
XYZ 4.04 2.2 0.83 -
YUV 32.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 86 8 19 0 0.91 0.78 0.66 351.54 0.83 0.18
Hex 56 8 13 0 5B 4E 42 160 53 12
Octal 126 10 23 0 133 116 102 540 123 22
Binary 1010110 1000 10011 0 1011011 1001110 1000010 101100000 1010011 10010

Color Harmonies of #560813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560813

Black with #560813

Text Example


Text Example

White with #560813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560813; }

 p { color: rgb(86,8,19); }

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

background-color css

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

 a { background-color: rgb(86,8,19); }

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

border-color css

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

 span { border-color: rgb(86,8,19); }

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