Html Css Color HEX #560B19 Bordeaux

📋 copy color: '#560B19'

red 86 ◦ green 11 ◦ blue 25

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

Shades of Bordeaux #560B19

Tints of Bordeaux #560B19

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.02%

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

R = 70.49%
G = 9.02%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#560B19 (or 0x560B19) is known color: Bordeaux. HEX triplet: 56, 0B and 19. RGB value is (86,11,25). Sum of RGB (Red+Green+Blue) = 86+11+25=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #560B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560B19 is #A9F4E6. Grayscale: #232323. Windows color (decimal): -11138279 or 1641302. OLE color: 1641302.

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

Color convert

RGB 86 11 25 -
CMYK 0 0.87 0.71 0.66
HSL 348.8º 0.77% 0.19% -
HSV(B) 348.8º 0.87% 0.34% -
XYZ 4.13 2.29 1.14 -
YUV 35.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 86 11 25 0 0.87 0.71 0.66 348.8 0.77 0.19
Hex 56 B 19 0 57 47 42 15D 4D 13
Octal 126 13 31 0 127 107 102 535 115 23
Binary 1010110 1011 11001 0 1010111 1000111 1000010 101011101 1001101 10011

Color Harmonies of #560B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560B19

Black with #560B19

Text Example


Text Example

White with #560B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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