Html Css Color HEX #560512 Bordeaux

📋 copy color: '#560512'

red 86 ◦ green 5 ◦ blue 18

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

Shades of Bordeaux #560512

Tints of Bordeaux #560512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.59%

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

R = 78.9%
G = 4.59%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#560512 (or 0x560512) is known color: Bordeaux. HEX triplet: 56, 05 and 12. RGB value is (86,5,18). Sum of RGB (Red+Green+Blue) = 86+5+18=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #560512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560512 is #A9FAED. Grayscale: #1E1E1E. Windows color (decimal): -11139822 or 1181014. OLE color: 1181014.

HSL color Cylindrical-coordinate representation of color #560512: hue angle of 350.37º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560512 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 5 18 -
CMYK 0 0.94 0.79 0.66
HSL 350.37º 0.89% 0.18% -
HSV(B) 350.37º 0.94% 0.34% -
XYZ 4 2.13 0.77 -
YUV 30.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 86 5 18 0 0.94 0.79 0.66 350.37 0.89 0.18
Hex 56 5 12 0 5E 4F 42 15E 59 12
Octal 126 5 22 0 136 117 102 536 131 22
Binary 1010110 101 10010 0 1011110 1001111 1000010 101011110 1011001 10010

Color Harmonies of #560512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560512

Black with #560512

Text Example


Text Example

White with #560512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560512; }

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

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

background-color css

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

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

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

border-color css

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

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

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