Html Css Color HEX #560C12 Bordeaux

📋 copy color: '#560C12'

red 86 ◦ green 12 ◦ blue 18

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

Shades of Bordeaux #560C12

Tints of Bordeaux #560C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.52%

R = 74.14%
G = 10.34%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#560C12 (or 0x560C12) is known color: Bordeaux. HEX triplet: 56, 0C and 12. RGB value is (86,12,18). Sum of RGB (Red+Green+Blue) = 86+12+18=116 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.14% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 86 - color contains mainly: red. Hex color #560C12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C12 is #A9F3ED. Grayscale: #222222. Windows color (decimal): -11138030 or 1182806. OLE color: 1182806.

HSL color Cylindrical-coordinate representation of color #560C12: hue angle of 355.14º 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 #560C12 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 12 18 -
CMYK 0 0.86 0.79 0.66
HSL 355.14º 0.76% 0.19% -
HSV(B) 355.14º 0.86% 0.34% -
XYZ 4.08 2.29 0.8 -
YUV 34.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 86 12 18 0 0.86 0.79 0.66 355.14 0.76 0.19
Hex 56 C 12 0 56 4F 42 163 4C 13
Octal 126 14 22 0 126 117 102 543 114 23
Binary 1010110 1100 10010 0 1010110 1001111 1000010 101100011 1001100 10011

Color Harmonies of #560C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C12

Black with #560C12

Text Example


Text Example

White with #560C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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