Html Css Color HEX #560414 Bordeaux

📋 copy color: '#560414'

red 86 ◦ green 4 ◦ blue 20

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

Shades of Bordeaux #560414

Tints of Bordeaux #560414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.18%

R = 78.18%
G = 3.64%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#560414 (or 0x560414) is known color: Bordeaux. HEX triplet: 56, 04 and 14. RGB value is (86,4,20). Sum of RGB (Red+Green+Blue) = 86+4+20=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #560414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560414 is #A9FBEB. Grayscale: #1E1E1E. Windows color (decimal): -11140076 or 1311830. OLE color: 1311830.

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

Color convert

RGB 86 4 20 -
CMYK 0 0.95 0.77 0.66
HSL 348.29º 0.91% 0.18% -
HSV(B) 348.29º 0.95% 0.34% -
XYZ 4.01 2.12 0.86 -
YUV 30.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 86 4 20 0 0.95 0.77 0.66 348.29 0.91 0.18
Hex 56 4 14 0 5F 4D 42 15C 5B 12
Octal 126 4 24 0 137 115 102 534 133 22
Binary 1010110 100 10100 0 1011111 1001101 1000010 101011100 1011011 10010

Color Harmonies of #560414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560414

Black with #560414

Text Example


Text Example

White with #560414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560414; }

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

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

background-color css

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

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

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

border-color css

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

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

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