#56151f

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

Shades of Bordeaux #56151F

Tints of Bordeaux #56151F

Color information

#56151F (or 0x56151F) is unknown color: approx Bordeaux. HEX triplet: 56, 15 and 1F. RGB value is (86,21,31). Sum of RGB (Red+Green+Blue) = 86+21+31=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #56151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56151F is #A9EAE0. Grayscale: #292929. Windows color (decimal): -11135713 or 2037078. OLE color: 2037078.

HSL color Cylindrical-coordinate representation of color #56151F: hue angle of 350.77º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56151F is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB862131-
CMYK00.760.640.66
HSL350.77º60.75%20.98%-
HSV(B)350.77º75.58%33.73%-
XYZ4.352.611.57-
YUV41.58122.03159.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.32%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=62.32%
G=15.22%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86213100.760.640.66350.7760.7520.98
Hex56151F04C404215f3d15
Octal126253701141001025377525
Binary10101101010111111010011001000000100001010101111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56151f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56151f; }

 p { color: rgb(86,21,31); }

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

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

 a { background-color: rgb(86,21,31); }

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

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

 span { border-color: rgb(86,21,31); }

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