Html Css Color HEX #560A14 Bordeaux

📋 copy color: '#560A14'

red 86 ◦ green 10 ◦ blue 20

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

Shades of Bordeaux #560A14

Tints of Bordeaux #560A14

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.62%

 BLUE value IS 20 (8.2% from 255) = 17.24%

R = 74.14%
G = 8.62%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#560A14 (or 0x560A14) is known color: Bordeaux. HEX triplet: 56, 0A and 14. RGB value is (86,10,20). Sum of RGB (Red+Green+Blue) = 86+10+20=116 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.14% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 86 - color contains mainly: red. Hex color #560A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560A14 is #A9F5EB. Grayscale: #212121. Windows color (decimal): -11138540 or 1313366. OLE color: 1313366.

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

Color convert

RGB 86 10 20 -
CMYK 0 0.88 0.77 0.66
HSL 352.11º 0.79% 0.19% -
HSV(B) 352.11º 0.88% 0.34% -
XYZ 4.07 2.25 0.88 -
YUV 33.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 86 10 20 0 0.88 0.77 0.66 352.11 0.79 0.19
Hex 56 A 14 0 58 4D 42 160 4F 13
Octal 126 12 24 0 130 115 102 540 117 23
Binary 1010110 1010 10100 0 1011000 1001101 1000010 101100000 1001111 10011

Color Harmonies of #560A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560A14

Black with #560A14

Text Example


Text Example

White with #560A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,10,20); }

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

background-color css

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

 a { background-color: rgb(86,10,20); }

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

border-color css

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

 span { border-color: rgb(86,10,20); }

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