#571C26

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

Shades of Bordeaux #571C26

Tints of Bordeaux #571C26

Color information

#571C26 (or 0x571C26) is unknown color: approx Bordeaux. HEX triplet: 57, 1C and 26. RGB value is (87,28,38). Sum of RGB (Red+Green+Blue) = 87+28+38=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #571C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C26 is #A8E3D9. Grayscale: #2E2E2E. Windows color (decimal): -11068378 or 2497623. OLE color: 2497623.

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

Color convert

RGB872838-
CMYK00.680.560.66
HSL349.83º51.3%22.55%-
HSV(B)349.83º67.82%34.12%-
XYZ4.732.16-
YUV46.78123.05156.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.86%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=56.86%
G=18.30%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87283800.680.560.66349.8351.322.55
Hex571C26044384215e3317
Octal12734460104701025366327
Binary10101111110010011001000100111000100001010101111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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