#561927

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

Shades of Bordeaux #561927

Tints of Bordeaux #561927

Color information

#561927 (or 0x561927) is unknown color: approx Bordeaux. HEX triplet: 56, 19 and 27. RGB value is (86,25,39). Sum of RGB (Red+Green+Blue) = 86+25+39=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #561927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561927 is #A9E6D8. Grayscale: #2C2C2C. Windows color (decimal): -11134681 or 2562390. OLE color: 2562390.

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

Color convert

RGB862539-
CMYK00.710.550.66
HSL346.23º54.95%21.76%-
HSV(B)346.23º70.93%33.73%-
XYZ4.552.822.22-
YUV44.83124.71157.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.33%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 39 (15.62% from 255) = 26%
R=57.33%
G=16.67%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86253900.710.550.66346.2354.9521.76
Hex561927047374215a3716
Octal12631470107671025326726
Binary10101101100110011101000111110111100001010101101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561927; }

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

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

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

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

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

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

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

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