#561423

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

Shades of Bordeaux #561423

Tints of Bordeaux #561423

Color information

#561423 (or 0x561423) is unknown color: approx Bordeaux. HEX triplet: 56, 14 and 23. RGB value is (86,20,35). Sum of RGB (Red+Green+Blue) = 86+20+35=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #561423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561423 is #A9EBDC. Grayscale: #292929. Windows color (decimal): -11135965 or 2298966. OLE color: 2298966.

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

Color convert

RGB862035-
CMYK00.770.590.66
HSL346.36º62.26%20.78%-
HSV(B)346.36º76.74%33.73%-
XYZ4.392.61.86-
YUV41.44124.37159.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.99%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 35 (14.06% from 255) = 24.82%
R=60.99%
G=14.18%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86203500.770.590.66346.3662.2620.78
Hex56142304D3B4215a3e15
Octal12624430115731025327625
Binary10101101010010001101001101111011100001010101101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561423; }

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

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

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

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

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

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

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

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