#56152C

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

Shades of Bordeaux #56152C

Tints of Bordeaux #56152C

Color information

#56152C (or 0x56152C) is unknown color: approx Bordeaux. HEX triplet: 56, 15 and 2C. RGB value is (86,21,44). Sum of RGB (Red+Green+Blue) = 86+21+44=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #56152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56152C is #A9EAD3. Grayscale: #2B2B2B. Windows color (decimal): -11135700 or 2889046. OLE color: 2889046.

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

Color convert

RGB862144-
CMYK00.760.490.66
HSL338.77º60.75%20.98%-
HSV(B)338.77º75.58%33.73%-
XYZ4.562.72.66-
YUV43.06128.53158.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=56.95%
G=13.91%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86214400.760.490.66338.7760.7520.98
Hex56152C04C31421533d15
Octal12625540114611025237525
Binary10101101010110110001001100110001100001010101001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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