#561C26

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

Shades of Bordeaux #561C26

Tints of Bordeaux #561C26

Color information

#561C26 (or 0x561C26) is unknown color: approx Bordeaux. HEX triplet: 56, 1C and 26. RGB value is (86,28,38). Sum of RGB (Red+Green+Blue) = 86+28+38=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #561C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C26 is #A9E3D9. Grayscale: #2E2E2E. Windows color (decimal): -11133914 or 2497622. OLE color: 2497622.

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

Color convert

RGB862838-
CMYK00.670.560.66
HSL349.66º50.88%22.35%-
HSV(B)349.66º67.44%33.73%-
XYZ4.62.952.16-
YUV46.48123.22156.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 38 (15.23% from 255) = 25%
R=56.58%
G=18.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86283800.670.560.66349.6650.8822.35
Hex561C26043384215e3316
Octal12634460103701025366326
Binary10101101110010011001000011111000100001010101111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,28,38); }

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

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

 a { background-color: rgb(86,28,38); }

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

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

 span { border-color: rgb(86,28,38); }

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