#561B25

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

Shades of Bordeaux #561B25

Tints of Bordeaux #561B25

Color information

#561B25 (or 0x561B25) is unknown color: approx Bordeaux. HEX triplet: 56, 1B and 25. RGB value is (86,27,37). Sum of RGB (Red+Green+Blue) = 86+27+37=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #561B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B25 is #A9E4DA. Grayscale: #2D2D2D. Windows color (decimal): -11134171 or 2431830. OLE color: 2431830.

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

Color convert

RGB862737-
CMYK00.690.570.66
HSL349.83º52.21%22.16%-
HSV(B)349.83º68.6%33.73%-
XYZ4.562.92.07-
YUV45.78123.05156.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.33%
GREEN value IS 27 (10.94% from 255) = 18%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=57.33%
G=18%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86273700.690.570.66349.8352.2122.16
Hex561B25045394215e3416
Octal12633450105711025366426
Binary10101101101110010101000101111001100001010101111011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561B25; }

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

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

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

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

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

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

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

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