Html Css Color HEX #560812 Bordeaux

📋 copy color: '#560812'

red 86 ◦ green 8 ◦ blue 18

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

Shades of Bordeaux #560812

Tints of Bordeaux #560812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.14%

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

R = 76.79%
G = 7.14%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#560812 (or 0x560812) is known color: Bordeaux. HEX triplet: 56, 08 and 12. RGB value is (86,8,18). Sum of RGB (Red+Green+Blue) = 86+8+18=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #560812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560812 is #A9F7ED. Grayscale: #202020. Windows color (decimal): -11139054 or 1181782. OLE color: 1181782.

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

Color convert

RGB 86 8 18 -
CMYK 0 0.91 0.79 0.66
HSL 352.31º 0.83% 0.18% -
HSV(B) 352.31º 0.91% 0.34% -
XYZ 4.03 2.2 0.78 -
YUV 32.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 86 8 18 0 0.91 0.79 0.66 352.31 0.83 0.18
Hex 56 8 12 0 5B 4F 42 160 53 12
Octal 126 10 22 0 133 117 102 540 123 22
Binary 1010110 1000 10010 0 1011011 1001111 1000010 101100000 1010011 10010

Color Harmonies of #560812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560812

Black with #560812

Text Example


Text Example

White with #560812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560812; }

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

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

background-color css

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

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

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

border-color css

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

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

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