Html Css Color HEX #560517 Bordeaux

📋 copy color: '#560517'

red 86 ◦ green 5 ◦ blue 23

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

Shades of Bordeaux #560517

Tints of Bordeaux #560517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.39%

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

R = 75.44%
G = 4.39%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#560517 (or 0x560517) is known color: Bordeaux. HEX triplet: 56, 05 and 17. RGB value is (86,5,23). Sum of RGB (Red+Green+Blue) = 86+5+23=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #560517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560517 is #A9FAE8. Grayscale: #1F1F1F. Windows color (decimal): -11139817 or 1508694. OLE color: 1508694.

HSL color Cylindrical-coordinate representation of color #560517: hue angle of 346.67º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560517 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 5 23 -
CMYK 0 0.94 0.73 0.66
HSL 346.67º 0.89% 0.18% -
HSV(B) 346.67º 0.94% 0.34% -
XYZ 4.05 2.15 1.01 -
YUV 31.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 86 5 23 0 0.94 0.73 0.66 346.67 0.89 0.18
Hex 56 5 17 0 5E 49 42 15B 59 12
Octal 126 5 27 0 136 111 102 533 131 22
Binary 1010110 101 10111 0 1011110 1001001 1000010 101011011 1011001 10010

Color Harmonies of #560517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560517

Black with #560517

Text Example


Text Example

White with #560517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560517; }

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

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

background-color css

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

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

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

border-color css

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

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

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