#571B26

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

Shades of Bordeaux #571B26

Tints of Bordeaux #571B26

Color information

#571B26 (or 0x571B26) is unknown color: approx Bordeaux. HEX triplet: 57, 1B and 26. RGB value is (87,27,38). Sum of RGB (Red+Green+Blue) = 87+27+38=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #571B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B26 is #A8E4D9. Grayscale: #2E2E2E. Windows color (decimal): -11068634 or 2497367. OLE color: 2497367.

HSL color Cylindrical-coordinate representation of color #571B26: hue angle of 349º degrees, saturation: 0.53, 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 #571B26 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB872738-
CMYK00.690.560.66
HSL349º52.63%22.35%-
HSV(B)349º68.97%34.12%-
XYZ4.672.952.16-
YUV46.19123.38157.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.24%
GREEN value IS 27 (10.94% from 255) = 17.76%
BLUE value IS 38 (15.23% from 255) = 25%
R=57.24%
G=17.76%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87273800.690.560.6634952.6322.35
Hex571B26045384215d3516
Octal12733460105701025356526
Binary10101111101110011001000101111000100001010101110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571B26; }

 p { color: rgb(87,27,38); }

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

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

 a { background-color: rgb(87,27,38); }

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

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

 span { border-color: rgb(87,27,38); }

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