#561828

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

Shades of Bordeaux #561828

Tints of Bordeaux #561828

Color information

#561828 (or 0x561828) is unknown color: approx Bordeaux. HEX triplet: 56, 18 and 28. RGB value is (86,24,40). Sum of RGB (Red+Green+Blue) = 86+24+40=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #561828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561828 is #A9E7D7. Grayscale: #2C2C2C. Windows color (decimal): -11134936 or 2627670. OLE color: 2627670.

HSL color Cylindrical-coordinate representation of color #561828: hue angle of 344.52º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561828 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB862440-
CMYK00.720.530.66
HSL344.52º56.36%21.57%-
HSV(B)344.52º72.09%33.73%-
XYZ4.552.782.31-
YUV44.36125.54157.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.33%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=57.33%
G=16%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86244000.720.530.66344.5256.3621.57
Hex56182804835421593816
Octal12630500110651025317026
Binary10101101100010100001001000110101100001010101100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561828; }

 p { color: rgb(86,24,40); }

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

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

 a { background-color: rgb(86,24,40); }

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

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

 span { border-color: rgb(86,24,40); }

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