Html Css Color HEX #560214 Bordeaux

📋 copy color: '#560214'

red 86 ◦ green 2 ◦ blue 20

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

Shades of Bordeaux #560214

Tints of Bordeaux #560214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.85%

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

R = 79.63%
G = 1.85%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#560214 (or 0x560214) is known color: Bordeaux. HEX triplet: 56, 02 and 14. RGB value is (86,2,20). Sum of RGB (Red+Green+Blue) = 86+2+20=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #560214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560214 is #A9FDEB. Grayscale: #1D1D1D. Windows color (decimal): -11140588 or 1311318. OLE color: 1311318.

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

Color convert

RGB 86 2 20 -
CMYK 0 0.98 0.77 0.66
HSL 347.14º 0.95% 0.17% -
HSV(B) 347.14º 0.98% 0.34% -
XYZ 3.99 2.07 0.85 -
YUV 29.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 86 2 20 0 0.98 0.77 0.66 347.14 0.95 0.17
Hex 56 2 14 0 62 4D 42 15B 5F 11
Octal 126 2 24 0 142 115 102 533 137 21
Binary 1010110 10 10100 0 1100010 1001101 1000010 101011011 1011111 10001

Color Harmonies of #560214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560214

Black with #560214

Text Example


Text Example

White with #560214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560214; }

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

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

background-color css

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

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

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

border-color css

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

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

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