Html Css Color HEX #560017 Bordeaux

📋 copy color: '#560017'

red 86 ◦ green 0 ◦ blue 23

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

Shades of Bordeaux #560017

Tints of Bordeaux #560017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.9%
G = 0%
B = 21.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#560017 (or 0x560017) is known color: Bordeaux. HEX triplet: 56, 00 and 17. RGB value is (86,0,23). Sum of RGB (Red+Green+Blue) = 86+0+23=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #560017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560017 is #A9FFE8. Grayscale: #1C1C1C. Windows color (decimal): -11141097 or 1507414. OLE color: 1507414.

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

Color convert

RGB 86 0 23 -
CMYK 0 1 0.73 0.66
HSL 343.95º 1% 0.17% -
HSV(B) 343.95º 1% 0.34% -
XYZ 3.99 2.04 0.99 -
YUV 28.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 86 0 23 0 1 0.73 0.66 343.95 1 0.17
Hex 56 0 17 0 64 49 42 158 64 11
Octal 126 0 27 0 144 111 102 530 144 21
Binary 1010110 0 10111 0 1100100 1001001 1000010 101011000 1100100 10001

Color Harmonies of #560017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560017

Black with #560017

Text Example


Text Example

White with #560017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560017; }

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

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

background-color css

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

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

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

border-color css

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

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

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