Html Css Color HEX #560012 Bordeaux

📋 copy color: '#560012'

red 86 ◦ green 0 ◦ blue 18

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

Shades of Bordeaux #560012

Tints of Bordeaux #560012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.69%
G = 0%
B = 17.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#560012 (or 0x560012) is known color: Bordeaux. HEX triplet: 56, 00 and 12. RGB value is (86,0,18). Sum of RGB (Red+Green+Blue) = 86+0+18=104 (13% of max value = 765). Red value is 86 (33.98% from 255 or 82.69% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 86 - color contains mainly: red. Hex color #560012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560012 is #A9FFED. Grayscale: #1B1B1B. Windows color (decimal): -11141102 or 1179734. OLE color: 1179734.

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

Color convert

RGB 86 0 18 -
CMYK 0 1 0.79 0.66
HSL 347.44º 1% 0.17% -
HSV(B) 347.44º 1% 0.34% -
XYZ 3.95 2.02 0.75 -
YUV 27.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 86 0 18 0 1 0.79 0.66 347.44 1 0.17
Hex 56 0 12 0 64 4F 42 15B 64 11
Octal 126 0 22 0 144 117 102 533 144 21
Binary 1010110 0 10010 0 1100100 1001111 1000010 101011011 1100100 10001

Color Harmonies of #560012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560012

Black with #560012

Text Example


Text Example

White with #560012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560012; }

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

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

background-color css

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

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

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

border-color css

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

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

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