#56070C

Color #56070C Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #56070C

Tints of Bordeaux #56070C

Color information

#56070C (or 0x56070C) is unknown color: approx Bordeaux. HEX triplet: 56, 07 and 0C. RGB value is (86,7,12). Sum of RGB (Red+Green+Blue) = 86+7+12=105 (13% of max value = 765). Red value is 86 (33.98% from 255 or 81.90% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 86 - color contains mainly: red. Hex color #56070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56070C is #A9F8F3. Grayscale: #1F1F1F. Windows color (decimal): -11139316 or 788310. OLE color: 788310.

HSL color Cylindrical-coordinate representation of color #56070C: hue angle of 356.2º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56070C is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB86712-
CMYK00.920.860.66
HSL356.2º84.95%18.24%-
HSV(B)356.2º91.86%33.73%-
XYZ3.982.160.55-
YUV31.19117.17167.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.90%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=81.90%
G=6.67%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8671200.920.860.66356.284.9518.24
Hex567C05C56421645512
Octal126714013412610254412522
Binary101011011111000101110010101101000010101100100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56070C; }

 p { color: rgb(86,7,12); }

 H1.HeaderClassName
 {
   color: #56070C;
 }
 .AnyTagClassName
 {
   color: #56070C;
 }
</style>
background-color css

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

 a { background-color: rgb(86,7,12); }

 div.DivClassName
 {
   background-color: #56070C;
 }
 .BgClassName
 {
   background-color: #56070C;
 }
</style>
border-color css

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

 span { border-color: rgb(86,7,12); }

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