#561825

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

Shades of Bordeaux #561825

Tints of Bordeaux #561825

Color information

#561825 (or 0x561825) is unknown color: approx Bordeaux. HEX triplet: 56, 18 and 25. RGB value is (86,24,37). Sum of RGB (Red+Green+Blue) = 86+24+37=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561825 is #A9E7DA. Grayscale: #2C2C2C. Windows color (decimal): -11134939 or 2431062. OLE color: 2431062.

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

Color convert

RGB862437-
CMYK00.720.570.66
HSL347.42º56.36%21.57%-
HSV(B)347.42º72.09%33.73%-
XYZ4.52.772.05-
YUV44.02124.04157.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 37 (14.84% from 255) = 25.17%
R=58.50%
G=16.33%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86243700.720.570.66347.4256.3621.57
Hex561825048394215b3816
Octal12630450110711025337026
Binary10101101100010010101001000111001100001010101101111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561825; }

 p { color: rgb(86,24,37); }

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

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

 a { background-color: rgb(86,24,37); }

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

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

 span { border-color: rgb(86,24,37); }

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