#56152B

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

Shades of Bordeaux #56152B

Tints of Bordeaux #56152B

Color information

#56152B (or 0x56152B) is unknown color: approx Bordeaux. HEX triplet: 56, 15 and 2B. RGB value is (86,21,43). Sum of RGB (Red+Green+Blue) = 86+21+43=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #56152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56152B is #A9EAD4. Grayscale: #2A2A2A. Windows color (decimal): -11135701 or 2823510. OLE color: 2823510.

HSL color Cylindrical-coordinate representation of color #56152B: hue angle of 339.69º 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 #56152B is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB862143-
CMYK00.760.500.66
HSL339.69º60.75%20.98%-
HSV(B)339.69º75.58%33.73%-
XYZ4.542.692.57-
YUV42.94128.03158.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.33%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=57.33%
G=14%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86214300.760.500.66339.6960.7520.98
Hex56152B04C32421543d15
Octal12625530114621025247525
Binary10101101010110101101001100110010100001010101010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56152B; }

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

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

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

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

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

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

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

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