Html Css Color HEX #560612 Bordeaux

📋 copy color: '#560612'

red 86 ◦ green 6 ◦ blue 18

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

Shades of Bordeaux #560612

Tints of Bordeaux #560612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.45%

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

R = 78.18%
G = 5.45%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#560612 (or 0x560612) is known color: Bordeaux. HEX triplet: 56, 06 and 12. RGB value is (86,6,18). Sum of RGB (Red+Green+Blue) = 86+6+18=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #560612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560612 is #A9F9ED. Grayscale: #1F1F1F. Windows color (decimal): -11139566 or 1181270. OLE color: 1181270.

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

Color convert

RGB 86 6 18 -
CMYK 0 0.93 0.79 0.66
HSL 351º 0.87% 0.18% -
HSV(B) 351º 0.93% 0.34% -
XYZ 4.01 2.15 0.78 -
YUV 31.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 86 6 18 0 0.93 0.79 0.66 351 0.87 0.18
Hex 56 6 12 0 5D 4F 42 15F 57 12
Octal 126 6 22 0 135 117 102 537 127 22
Binary 1010110 110 10010 0 1011101 1001111 1000010 101011111 1010111 10010

Color Harmonies of #560612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560612

Black with #560612

Text Example


Text Example

White with #560612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560612; }

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

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

background-color css

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

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

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

border-color css

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

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

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