#56152A

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

Shades of Bordeaux #56152A

Tints of Bordeaux #56152A

Color information

#56152A (or 0x56152A) is unknown color: approx Bordeaux. HEX triplet: 56, 15 and 2A. RGB value is (86,21,42). Sum of RGB (Red+Green+Blue) = 86+21+42=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #56152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56152A is #A9EAD5. Grayscale: #2A2A2A. Windows color (decimal): -11135702 or 2757974. OLE color: 2757974.

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

Color convert

RGB862142-
CMYK00.760.510.66
HSL340.62º60.75%20.98%-
HSV(B)340.62º75.58%33.73%-
XYZ4.522.682.47-
YUV42.83127.53158.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.72%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=57.72%
G=14.09%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86214200.760.510.66340.6260.7520.98
Hex56152A04C33421553d15
Octal12625520114631025257525
Binary10101101010110101001001100110011100001010101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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