Html Css Color HEX #560D13 Bordeaux

📋 copy color: '#560D13'

red 86 ◦ green 13 ◦ blue 19

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

Shades of Bordeaux #560D13

Tints of Bordeaux #560D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.02%

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

R = 72.88%
G = 11.02%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#560D13 (or 0x560D13) is known color: Bordeaux. HEX triplet: 56, 0D and 13. RGB value is (86,13,19). Sum of RGB (Red+Green+Blue) = 86+13+19=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #560D13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D13 is #A9F2EC. Grayscale: #232323. Windows color (decimal): -11137773 or 1248598. OLE color: 1248598.

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

Color convert

RGB 86 13 19 -
CMYK 0 0.85 0.78 0.66
HSL 355.07º 0.74% 0.19% -
HSV(B) 355.07º 0.85% 0.34% -
XYZ 4.1 2.31 0.85 -
YUV 35.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 86 13 19 0 0.85 0.78 0.66 355.07 0.74 0.19
Hex 56 D 13 0 55 4E 42 163 4A 13
Octal 126 15 23 0 125 116 102 543 112 23
Binary 1010110 1101 10011 0 1010101 1001110 1000010 101100011 1001010 10011

Color Harmonies of #560D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D13

Black with #560D13

Text Example


Text Example

White with #560D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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