Html Css Color HEX #560213 Bordeaux

📋 copy color: '#560213'

red 86 ◦ green 2 ◦ blue 19

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

Shades of Bordeaux #560213

Tints of Bordeaux #560213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 80.37%
G = 1.87%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#560213 (or 0x560213) is known color: Bordeaux. HEX triplet: 56, 02 and 13. RGB value is (86,2,19). Sum of RGB (Red+Green+Blue) = 86+2+19=107 (14% of max value = 765). Red value is 86 (33.98% from 255 or 80.37% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 86 - color contains mainly: red. Hex color #560213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560213 is #A9FDEC. Grayscale: #1D1D1D. Windows color (decimal): -11140589 or 1245782. OLE color: 1245782.

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

Color convert

RGB 86 2 19 -
CMYK 0 0.98 0.78 0.66
HSL 347.86º 0.95% 0.17% -
HSV(B) 347.86º 0.98% 0.34% -
XYZ 3.98 2.07 0.81 -
YUV 29.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 86 2 19 0 0.98 0.78 0.66 347.86 0.95 0.17
Hex 56 2 13 0 62 4E 42 15C 5F 11
Octal 126 2 23 0 142 116 102 534 137 21
Binary 1010110 10 10011 0 1100010 1001110 1000010 101011100 1011111 10001

Color Harmonies of #560213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560213

Black with #560213

Text Example


Text Example

White with #560213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560213; }

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

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

background-color css

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

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

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

border-color css

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

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

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