Html Css Color HEX #560315 Bordeaux

📋 copy color: '#560315'

red 86 ◦ green 3 ◦ blue 21

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

Shades of Bordeaux #560315

Tints of Bordeaux #560315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

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

R = 78.18%
G = 2.73%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#560315 (or 0x560315) is known color: Bordeaux. HEX triplet: 56, 03 and 15. RGB value is (86,3,21). Sum of RGB (Red+Green+Blue) = 86+3+21=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #560315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560315 is #A9FCEA. Grayscale: #1D1D1D. Windows color (decimal): -11140331 or 1377110. OLE color: 1377110.

HSL color Cylindrical-coordinate representation of color #560315: hue angle of 346.99º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560315 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 3 21 -
CMYK 0 0.97 0.76 0.66
HSL 346.99º 0.93% 0.17% -
HSV(B) 346.99º 0.97% 0.34% -
XYZ 4.01 2.1 0.9 -
YUV 29.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 86 3 21 0 0.97 0.76 0.66 346.99 0.93 0.17
Hex 56 3 15 0 61 4C 42 15B 5D 11
Octal 126 3 25 0 141 114 102 533 135 21
Binary 1010110 11 10101 0 1100001 1001100 1000010 101011011 1011101 10001

Color Harmonies of #560315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560315

Black with #560315

Text Example


Text Example

White with #560315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560315; }

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

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

background-color css

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

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

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

border-color css

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

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

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