#561522

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

Shades of Bordeaux #561522

Tints of Bordeaux #561522

Color information

#561522 (or 0x561522) is unknown color: approx Bordeaux. HEX triplet: 56, 15 and 22. RGB value is (86,21,34). Sum of RGB (Red+Green+Blue) = 86+21+34=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #561522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561522 is #A9EADD. Grayscale: #292929. Windows color (decimal): -11135710 or 2233686. OLE color: 2233686.

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

Color convert

RGB862134-
CMYK00.760.600.66
HSL348º60.75%20.98%-
HSV(B)348º75.58%33.73%-
XYZ4.392.631.79-
YUV41.92123.53159.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.99%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=60.99%
G=14.89%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86213400.760.600.6634860.7520.98
Hex56152204C3C4215c3d15
Octal12625420114741025347525
Binary10101101010110001001001100111100100001010101110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561522; }

 p { color: rgb(86,21,34); }

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

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

 a { background-color: rgb(86,21,34); }

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

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

 span { border-color: rgb(86,21,34); }

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