#561929

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

Shades of Bordeaux #561929

Tints of Bordeaux #561929

Color information

#561929 (or 0x561929) is unknown color: approx Bordeaux. HEX triplet: 56, 19 and 29. RGB value is (86,25,41). Sum of RGB (Red+Green+Blue) = 86+25+41=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #561929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561929 is #A9E6D6. Grayscale: #2D2D2D. Windows color (decimal): -11134679 or 2693462. OLE color: 2693462.

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

Color convert

RGB862541-
CMYK00.710.520.66
HSL344.26º54.95%21.76%-
HSV(B)344.26º70.93%33.73%-
XYZ4.592.832.4-
YUV45.06125.71157.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=56.58%
G=16.45%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86254100.710.520.66344.2654.9521.76
Hex56192904734421583716
Octal12631510107641025306726
Binary10101101100110100101000111110100100001010101100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561929; }

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

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

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

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

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

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

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

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