Html Css Color HEX #560B1A Bordeaux

📋 copy color: '#560B1A'

red 86 ◦ green 11 ◦ blue 26

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

Shades of Bordeaux #560B1A

Tints of Bordeaux #560B1A

RGB

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

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

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

R = 69.92%
G = 8.94%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#560B1A (or 0x560B1A) is known color: Bordeaux. HEX triplet: 56, 0B and 1A. RGB value is (86,11,26). Sum of RGB (Red+Green+Blue) = 86+11+26=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #560B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B1A is #A9F4E5. Grayscale: #232323. Windows color (decimal): -11138278 or 1706838. OLE color: 1706838.

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

Color convert

RGB 86 11 26 -
CMYK 0 0.87 0.70 0.66
HSL 348º 0.77% 0.19% -
HSV(B) 348º 0.87% 0.34% -
XYZ 4.14 2.29 1.2 -
YUV 35.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 86 11 26 0 0.87 0.70 0.66 348 0.77 0.19
Hex 56 B 1A 0 57 46 42 15C 4D 13
Octal 126 13 32 0 127 106 102 534 115 23
Binary 1010110 1011 11010 0 1010111 1000110 1000010 101011100 1001101 10011

Color Harmonies of #560B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560B1A

Black with #560B1A

Text Example


Text Example

White with #560B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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