#571A26

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

Shades of Bordeaux #571A26

Tints of Bordeaux #571A26

Color information

#571A26 (or 0x571A26) is unknown color: approx Bordeaux. HEX triplet: 57, 1A and 26. RGB value is (87,26,38). Sum of RGB (Red+Green+Blue) = 87+26+38=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #571A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A26 is #A8E5D9. Grayscale: #2D2D2D. Windows color (decimal): -11068890 or 2497111. OLE color: 2497111.

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

Color convert

RGB872638-
CMYK00.700.560.66
HSL348.2º53.98%22.16%-
HSV(B)348.2º70.11%34.12%-
XYZ4.652.92.15-
YUV45.61123.71157.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=57.62%
G=17.22%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87263800.700.560.66348.253.9822.16
Hex571A26046384215c3616
Octal12732460106701025346626
Binary10101111101010011001000110111000100001010101110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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