#561621

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

Shades of Bordeaux #561621

Tints of Bordeaux #561621

Color information

#561621 (or 0x561621) is unknown color: approx Bordeaux. HEX triplet: 56, 16 and 21. RGB value is (86,22,33). Sum of RGB (Red+Green+Blue) = 86+22+33=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #561621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561621 is #A9E9DE. Grayscale: #2A2A2A. Windows color (decimal): -11135455 or 2168406. OLE color: 2168406.

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

Color convert

RGB862233-
CMYK00.740.620.66
HSL349.69º59.26%21.18%-
HSV(B)349.69º74.42%33.73%-
XYZ4.42.661.72-
YUV42.39122.7159.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.99%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 33 (13.28% from 255) = 23.40%
R=60.99%
G=15.60%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86223300.740.620.66349.6959.2621.18
Hex56162104A3E4215e3b15
Octal12626410112761025367325
Binary10101101011010000101001010111110100001010101111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561621; }

 p { color: rgb(86,22,33); }

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

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

 a { background-color: rgb(86,22,33); }

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

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

 span { border-color: rgb(86,22,33); }

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