Html Css Color HEX #560D12 Bordeaux

📋 copy color: '#560D12'

red 86 ◦ green 13 ◦ blue 18

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

Shades of Bordeaux #560D12

Tints of Bordeaux #560D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.11%

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

R = 73.5%
G = 11.11%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#560D12 (or 0x560D12) is known color: Bordeaux. HEX triplet: 56, 0D and 12. RGB value is (86,13,18). Sum of RGB (Red+Green+Blue) = 86+13+18=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #560D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D12 is #A9F2ED. Grayscale: #232323. Windows color (decimal): -11137774 or 1183062. OLE color: 1183062.

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

Color convert

RGB 86 13 18 -
CMYK 0 0.85 0.79 0.66
HSL 355.89º 0.74% 0.19% -
HSV(B) 355.89º 0.85% 0.34% -
XYZ 4.09 2.31 0.8 -
YUV 35.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 86 13 18 0 0.85 0.79 0.66 355.89 0.74 0.19
Hex 56 D 12 0 55 4F 42 164 4A 13
Octal 126 15 22 0 125 117 102 544 112 23
Binary 1010110 1101 10010 0 1010101 1001111 1000010 101100100 1001010 10011

Color Harmonies of #560D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D12

Black with #560D12

Text Example


Text Example

White with #560D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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