#561c2b

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

Shades of Bordeaux #561C2B

Tints of Bordeaux #561C2B

Color information

#561C2B (or 0x561C2B) is unknown color: approx Bordeaux. HEX triplet: 56, 1C and 2B. RGB value is (86,28,43). Sum of RGB (Red+Green+Blue) = 86+28+43=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #561C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C2B is #A9E3D4. Grayscale: #2F2F2F. Windows color (decimal): -11133909 or 2825302. OLE color: 2825302.

HSL color Cylindrical-coordinate representation of color #561C2B: hue angle of 344.48º 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 #561C2B is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB862843-
CMYK00.670.500.66
HSL344.48º50.88%22.35%-
HSV(B)344.48º67.44%33.73%-
XYZ4.692.982.61-
YUV47.05125.72155.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 28 (11.33% from 255) = 17.83%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=54.78%
G=17.83%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86284300.670.500.66344.4850.8822.35
Hex561C2B04332421583316
Octal12634530103621025306326
Binary10101101110010101101000011110010100001010101100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561c2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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