Html Css Color HEX #560117 Bordeaux

📋 copy color: '#560117'

red 86 ◦ green 1 ◦ blue 23

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

Shades of Bordeaux #560117

Tints of Bordeaux #560117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

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

R = 78.18%
G = 0.91%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#560117 (or 0x560117) is known color: Bordeaux. HEX triplet: 56, 01 and 17. RGB value is (86,1,23). Sum of RGB (Red+Green+Blue) = 86+1+23=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #560117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560117 is #A9FEE8. Grayscale: #1C1C1C. Windows color (decimal): -11140841 or 1507670. OLE color: 1507670.

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

Color convert

RGB 86 1 23 -
CMYK 0 0.99 0.73 0.66
HSL 344.47º 0.98% 0.17% -
HSV(B) 344.47º 0.99% 0.34% -
XYZ 4 2.06 1 -
YUV 28.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 86 1 23 0 0.99 0.73 0.66 344.47 0.98 0.17
Hex 56 1 17 0 63 49 42 158 62 11
Octal 126 1 27 0 143 111 102 530 142 21
Binary 1010110 1 10111 0 1100011 1001001 1000010 101011000 1100010 10001

Color Harmonies of #560117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560117

Black with #560117

Text Example


Text Example

White with #560117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560117; }

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

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

background-color css

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

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

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

border-color css

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

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

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