#561A24

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

Shades of Bordeaux #561A24

Tints of Bordeaux #561A24

Color information

#561A24 (or 0x561A24) is unknown color: approx Bordeaux. HEX triplet: 56, 1A and 24. RGB value is (86,26,36). Sum of RGB (Red+Green+Blue) = 86+26+36=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #561A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A24 is #A9E5DB. Grayscale: #2D2D2D. Windows color (decimal): -11134428 or 2366038. OLE color: 2366038.

HSL color Cylindrical-coordinate representation of color #561A24: hue angle of 350º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561A24 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB862636-
CMYK00.700.580.66
HSL350º53.57%21.96%-
HSV(B)350º69.77%33.73%-
XYZ4.532.841.98-
YUV45.08122.88157.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 26 (10.55% from 255) = 17.57%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=58.11%
G=17.57%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86263600.700.580.6635053.5721.96
Hex561A240463A4215e3616
Octal12632440106721025366626
Binary10101101101010010001000110111010100001010101111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561A24; }

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

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

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

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

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

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

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

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