#561219

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

Shades of Bordeaux #561219

Tints of Bordeaux #561219

Color information

#561219 (or 0x561219) is unknown color: approx Bordeaux. HEX triplet: 56, 12 and 19. RGB value is (86,18,25). Sum of RGB (Red+Green+Blue) = 86+18+25=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #561219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561219 is #A9EDE6. Grayscale: #272727. Windows color (decimal): -11136487 or 1643094. OLE color: 1643094.

HSL color Cylindrical-coordinate representation of color #561219: hue angle of 353.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561219 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB861825-
CMYK00.790.710.66
HSL353.82º65.38%20.39%-
HSV(B)353.82º79.07%33.73%-
XYZ4.232.481.18-
YUV39.13120.03161.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 25 (10.16% from 255) = 19.38%
R=66.67%
G=13.95%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86182500.790.710.66353.8265.3820.39
Hex56121904F47421624114
Octal1262231011710710254210124
Binary101011010010110010100111110001111000010101100010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561219; }

 p { color: rgb(86,18,25); }

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

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

 a { background-color: rgb(86,18,25); }

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

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

 span { border-color: rgb(86,18,25); }

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