#571A25

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

Shades of Bordeaux #571A25

Tints of Bordeaux #571A25

Color information

#571A25 (or 0x571A25) is unknown color: approx Bordeaux. HEX triplet: 57, 1A and 25. RGB value is (87,26,37). Sum of RGB (Red+Green+Blue) = 87+26+37=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #571A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A25 is #A8E5DA. Grayscale: #2D2D2D. Windows color (decimal): -11068891 or 2431575. OLE color: 2431575.

HSL color Cylindrical-coordinate representation of color #571A25: hue angle of 349.18º 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 #571A25 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB872637-
CMYK00.700.570.66
HSL349.18º53.98%22.16%-
HSV(B)349.18º70.11%34.12%-
XYZ4.632.92.07-
YUV45.49123.21157.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58%
GREEN value IS 26 (10.55% from 255) = 17.33%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=58%
G=17.33%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87263700.700.570.66349.1853.9822.16
Hex571A25046394215d3616
Octal12732450106711025356626
Binary10101111101010010101000110111001100001010101110111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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