Html Css Color HEX #560E1A Bordeaux

📋 copy color: '#560E1A'

red 86 ◦ green 14 ◦ blue 26

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

Shades of Bordeaux #560E1A

Tints of Bordeaux #560E1A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.11%

 BLUE value IS 26 (10.55% from 255) = 20.63%

R = 68.25%
G = 11.11%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#560E1A (or 0x560E1A) is known color: Bordeaux. HEX triplet: 56, 0E and 1A. RGB value is (86,14,26). Sum of RGB (Red+Green+Blue) = 86+14+26=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #560E1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E1A is #A9F1E5. Grayscale: #242424. Windows color (decimal): -11137510 or 1707606. OLE color: 1707606.

HSL color Cylindrical-coordinate representation of color #560E1A: hue angle of 350º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E1A is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 14 26 -
CMYK 0 0.84 0.70 0.66
HSL 350º 0.72% 0.2% -
HSV(B) 350º 0.84% 0.34% -
XYZ 4.18 2.37 1.21 -
YUV 36.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 86 14 26 0 0.84 0.70 0.66 350 0.72 0.2
Hex 56 E 1A 0 54 46 42 15E 48 14
Octal 126 16 32 0 124 106 102 536 110 24
Binary 1010110 1110 11010 0 1010100 1000110 1000010 101011110 1001000 10100

Color Harmonies of #560E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560E1A

Black with #560E1A

Text Example


Text Example

White with #560E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,14,26); }

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

background-color css

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

 a { background-color: rgb(86,14,26); }

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

border-color css

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

 span { border-color: rgb(86,14,26); }

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