Html Css Color HEX #560C13 Bordeaux

📋 copy color: '#560C13'

red 86 ◦ green 12 ◦ blue 19

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

Shades of Bordeaux #560C13

Tints of Bordeaux #560C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.26%

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

R = 73.5%
G = 10.26%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#560C13 (or 0x560C13) is known color: Bordeaux. HEX triplet: 56, 0C and 13. RGB value is (86,12,19). Sum of RGB (Red+Green+Blue) = 86+12+19=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #560C13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C13 is #A9F3EC. Grayscale: #222222. Windows color (decimal): -11138029 or 1248342. OLE color: 1248342.

HSL color Cylindrical-coordinate representation of color #560C13: hue angle of 354.32º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #560C13 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 12 19 -
CMYK 0 0.86 0.78 0.66
HSL 354.32º 0.76% 0.19% -
HSV(B) 354.32º 0.86% 0.34% -
XYZ 4.09 2.29 0.84 -
YUV 34.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 86 12 19 0 0.86 0.78 0.66 354.32 0.76 0.19
Hex 56 C 13 0 56 4E 42 162 4C 13
Octal 126 14 23 0 126 116 102 542 114 23
Binary 1010110 1100 10011 0 1010110 1001110 1000010 101100010 1001100 10011

Color Harmonies of #560C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C13

Black with #560C13

Text Example


Text Example

White with #560C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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