Html Css Color HEX #560317 Bordeaux

📋 copy color: '#560317'

red 86 ◦ green 3 ◦ blue 23

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

Shades of Bordeaux #560317

Tints of Bordeaux #560317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.54%

R = 76.79%
G = 2.68%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#560317 (or 0x560317) is known color: Bordeaux. HEX triplet: 56, 03 and 17. RGB value is (86,3,23). Sum of RGB (Red+Green+Blue) = 86+3+23=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #560317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560317 is #A9FCE8. Grayscale: #1E1E1E. Windows color (decimal): -11140329 or 1508182. OLE color: 1508182.

HSL color Cylindrical-coordinate representation of color #560317: hue angle of 345.54º 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 #560317 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 3 23 -
CMYK 0 0.97 0.73 0.66
HSL 345.54º 0.93% 0.17% -
HSV(B) 345.54º 0.97% 0.34% -
XYZ 4.02 2.11 1 -
YUV 30.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 86 3 23 0 0.97 0.73 0.66 345.54 0.93 0.17
Hex 56 3 17 0 61 49 42 15A 5D 11
Octal 126 3 27 0 141 111 102 532 135 21
Binary 1010110 11 10111 0 1100001 1001001 1000010 101011010 1011101 10001

Color Harmonies of #560317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560317

Black with #560317

Text Example


Text Example

White with #560317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560317; }

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

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

background-color css

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

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

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

border-color css

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

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

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