#561424

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

Shades of Bordeaux #561424

Tints of Bordeaux #561424

Color information

#561424 (or 0x561424) is unknown color: approx Bordeaux. HEX triplet: 56, 14 and 24. RGB value is (86,20,36). Sum of RGB (Red+Green+Blue) = 86+20+36=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #561424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561424 is #A9EBDB. Grayscale: #292929. Windows color (decimal): -11135964 or 2364502. OLE color: 2364502.

HSL color Cylindrical-coordinate representation of color #561424: hue angle of 345.45º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561424 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB862036-
CMYK00.770.580.66
HSL345.45º62.26%20.78%-
HSV(B)345.45º76.74%33.73%-
XYZ4.412.611.94-
YUV41.56124.87159.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=60.56%
G=14.08%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86203600.770.580.66345.4562.2620.78
Hex56142404D3A421593e15
Octal12624440115721025317625
Binary10101101010010010001001101111010100001010101100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561424; }

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

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

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

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

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

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

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

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