#571426

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

Shades of Bordeaux #571426

Tints of Bordeaux #571426

Color information

#571426 (or 0x571426) is unknown color: approx Bordeaux. HEX triplet: 57, 14 and 26. RGB value is (87,20,38). Sum of RGB (Red+Green+Blue) = 87+20+38=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #571426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571426 is #A8EBD9. Grayscale: #2A2A2A. Windows color (decimal): -11070426 or 2495575. OLE color: 2495575.

HSL color Cylindrical-coordinate representation of color #571426: hue angle of 343.88º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #571426 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB872038-
CMYK00.770.560.66
HSL343.88º62.62%20.98%-
HSV(B)343.88º77.01%34.12%-
XYZ4.532.672.11-
YUV42.08125.7160.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=60%
G=13.79%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87203800.770.560.66343.8862.6220.98
Hex57142604D38421583f15
Octal12724460115701025307725
Binary10101111010010011001001101111000100001010101100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571426; }

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

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

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

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

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

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

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

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