#56212B

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

Shades of Bordeaux #56212B

Tints of Bordeaux #56212B

Color information

#56212B (or 0x56212B) is unknown color: approx Bordeaux. HEX triplet: 56, 21 and 2B. RGB value is (86,33,43). Sum of RGB (Red+Green+Blue) = 86+33+43=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #56212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56212B is #A9DED4. Grayscale: #323232. Windows color (decimal): -11132629 or 2826582. OLE color: 2826582.

HSL color Cylindrical-coordinate representation of color #56212B: hue angle of 348.68º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56212B is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB863343-
CMYK00.620.500.66
HSL348.68º44.54%23.33%-
HSV(B)348.68º61.63%33.73%-
XYZ4.823.242.66-
YUV49.99124.06153.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=53.09%
G=20.37%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86334300.620.500.66348.6844.5423.33
Hex56212B03E324215d2d17
Octal1264153076621025355527
Binary10101101000011010110111110110010100001010101110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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