#561824

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

Shades of Bordeaux #561824

Tints of Bordeaux #561824

Color information

#561824 (or 0x561824) is unknown color: approx Bordeaux. HEX triplet: 56, 18 and 24. RGB value is (86,24,36). Sum of RGB (Red+Green+Blue) = 86+24+36=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #561824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561824 is #A9E7DB. Grayscale: #2B2B2B. Windows color (decimal): -11134940 or 2365526. OLE color: 2365526.

HSL color Cylindrical-coordinate representation of color #561824: hue angle of 348.39º 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 #561824 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB862436-
CMYK00.720.580.66
HSL348.39º56.36%21.57%-
HSV(B)348.39º72.09%33.73%-
XYZ4.482.761.97-
YUV43.91123.54158.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=58.90%
G=16.44%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86243600.720.580.66348.3956.3621.57
Hex5618240483A4215c3816
Octal12630440110721025347026
Binary10101101100010010001001000111010100001010101110011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561824; }

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

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

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

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

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

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

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

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