Html Css Color HEX #560D19 Bordeaux

📋 copy color: '#560D19'

red 86 ◦ green 13 ◦ blue 25

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

Shades of Bordeaux #560D19

Tints of Bordeaux #560D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.16%

R = 69.35%
G = 10.48%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#560D19 (or 0x560D19) is known color: Bordeaux. HEX triplet: 56, 0D and 19. RGB value is (86,13,25). Sum of RGB (Red+Green+Blue) = 86+13+25=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #560D19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D19 is #A9F2E6. Grayscale: #242424. Windows color (decimal): -11137767 or 1641814. OLE color: 1641814.

HSL color Cylindrical-coordinate representation of color #560D19: hue angle of 350.14º 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 #560D19 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 13 25 -
CMYK 0 0.85 0.71 0.66
HSL 350.14º 0.74% 0.19% -
HSV(B) 350.14º 0.85% 0.34% -
XYZ 4.16 2.34 1.15 -
YUV 36.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 86 13 25 0 0.85 0.71 0.66 350.14 0.74 0.19
Hex 56 D 19 0 55 47 42 15E 4A 13
Octal 126 15 31 0 125 107 102 536 112 23
Binary 1010110 1101 11001 0 1010101 1000111 1000010 101011110 1001010 10011

Color Harmonies of #560D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D19

Black with #560D19

Text Example


Text Example

White with #560D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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