Html Css Color HEX #560417 Bordeaux

📋 copy color: '#560417'

red 86 ◦ green 4 ◦ blue 23

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

Shades of Bordeaux #560417

Tints of Bordeaux #560417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.54%

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

R = 76.11%
G = 3.54%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#560417 (or 0x560417) is known color: Bordeaux. HEX triplet: 56, 04 and 17. RGB value is (86,4,23). Sum of RGB (Red+Green+Blue) = 86+4+23=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #560417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560417 is #A9FBE8. Grayscale: #1E1E1E. Windows color (decimal): -11140073 or 1508438. OLE color: 1508438.

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

Color convert

RGB 86 4 23 -
CMYK 0 0.95 0.73 0.66
HSL 346.1º 0.91% 0.18% -
HSV(B) 346.1º 0.95% 0.34% -
XYZ 4.04 2.13 1.01 -
YUV 30.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 86 4 23 0 0.95 0.73 0.66 346.1 0.91 0.18
Hex 56 4 17 0 5F 49 42 15A 5B 12
Octal 126 4 27 0 137 111 102 532 133 22
Binary 1010110 100 10111 0 1011111 1001001 1000010 101011010 1011011 10010

Color Harmonies of #560417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560417

Black with #560417

Text Example


Text Example

White with #560417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560417; }

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

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

background-color css

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

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

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

border-color css

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

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

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