#571626

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

Shades of Bordeaux #571626

Tints of Bordeaux #571626

Color information

#571626 (or 0x571626) is unknown color: approx Bordeaux. HEX triplet: 57, 16 and 26. RGB value is (87,22,38). Sum of RGB (Red+Green+Blue) = 87+22+38=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #571626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571626 is #A8E9D9. Grayscale: #2B2B2B. Windows color (decimal): -11069914 or 2496087. OLE color: 2496087.

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

Color convert

RGB872238-
CMYK00.750.560.66
HSL345.23º59.63%21.37%-
HSV(B)345.23º74.71%34.12%-
XYZ4.572.742.12-
YUV43.26125.03159.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.18%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=59.18%
G=14.97%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87223800.750.560.66345.2359.6321.37
Hex57162604B38421593c15
Octal12726460113701025317425
Binary10101111011010011001001011111000100001010101100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571626; }

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

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

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

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

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

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

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

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