Html Css Color HEX #560A1B Bordeaux

📋 copy color: '#560A1B'

red 86 ◦ green 10 ◦ blue 27

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

Shades of Bordeaux #560A1B

Tints of Bordeaux #560A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.95%

R = 69.92%
G = 8.13%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#560A1B (or 0x560A1B) is known color: Bordeaux. HEX triplet: 56, 0A and 1B. RGB value is (86,10,27). Sum of RGB (Red+Green+Blue) = 86+10+27=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #560A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A1B is #A9F5E4. Grayscale: #222222. Windows color (decimal): -11138533 or 1772118. OLE color: 1772118.

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

Color convert

RGB 86 10 27 -
CMYK 0 0.88 0.69 0.66
HSL 346.58º 0.79% 0.19% -
HSV(B) 346.58º 0.88% 0.34% -
XYZ 4.14 2.27 1.26 -
YUV 34.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 86 10 27 0 0.88 0.69 0.66 346.58 0.79 0.19
Hex 56 A 1B 0 58 45 42 15B 4F 13
Octal 126 12 33 0 130 105 102 533 117 23
Binary 1010110 1010 11011 0 1011000 1000101 1000010 101011011 1001111 10011

Color Harmonies of #560A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560A1B

Black with #560A1B

Text Example


Text Example

White with #560A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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