#571B25

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

Shades of Bordeaux #571B25

Tints of Bordeaux #571B25

Color information

#571B25 (or 0x571B25) is unknown color: approx Bordeaux. HEX triplet: 57, 1B and 25. RGB value is (87,27,37). Sum of RGB (Red+Green+Blue) = 87+27+37=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #571B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B25 is #A8E4DA. Grayscale: #2E2E2E. Windows color (decimal): -11068635 or 2431831. OLE color: 2431831.

HSL color Cylindrical-coordinate representation of color #571B25: hue angle of 350º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #571B25 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB872737-
CMYK00.690.570.66
HSL350º52.63%22.35%-
HSV(B)350º68.97%34.12%-
XYZ4.662.942.07-
YUV46.08122.88157.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 27 (10.94% from 255) = 17.88%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=57.62%
G=17.88%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87273700.690.570.6635052.6322.35
Hex571B25045394215e3516
Octal12733450105711025366526
Binary10101111101110010101000101111001100001010101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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