Html Css Color HEX #560D15 Bordeaux

📋 copy color: '#560D15'

red 86 ◦ green 13 ◦ blue 21

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

Shades of Bordeaux #560D15

Tints of Bordeaux #560D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.5%

R = 71.67%
G = 10.83%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#560D15 (or 0x560D15) is known color: Bordeaux. HEX triplet: 56, 0D and 15. RGB value is (86,13,21). Sum of RGB (Red+Green+Blue) = 86+13+21=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #560D15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D15 is #A9F2EA. Grayscale: #232323. Windows color (decimal): -11137771 or 1379670. OLE color: 1379670.

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

Color convert

RGB 86 13 21 -
CMYK 0 0.85 0.76 0.66
HSL 353.42º 0.74% 0.19% -
HSV(B) 353.42º 0.85% 0.34% -
XYZ 4.12 2.32 0.94 -
YUV 35.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 86 13 21 0 0.85 0.76 0.66 353.42 0.74 0.19
Hex 56 D 15 0 55 4C 42 161 4A 13
Octal 126 15 25 0 125 114 102 541 112 23
Binary 1010110 1101 10101 0 1010101 1001100 1000010 101100001 1001010 10011

Color Harmonies of #560D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D15

Black with #560D15

Text Example


Text Example

White with #560D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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