#571825

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

Shades of Bordeaux #571825

Tints of Bordeaux #571825

Color information

#571825 (or 0x571825) is unknown color: approx Bordeaux. HEX triplet: 57, 18 and 25. RGB value is (87,24,37). Sum of RGB (Red+Green+Blue) = 87+24+37=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #571825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571825 is #A8E7DA. Grayscale: #2C2C2C. Windows color (decimal): -11069403 or 2431063. OLE color: 2431063.

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

Color convert

RGB872437-
CMYK00.720.570.66
HSL347.62º56.76%21.76%-
HSV(B)347.62º72.41%34.12%-
XYZ4.592.812.05-
YUV44.32123.87158.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.78%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 37 (14.84% from 255) = 25%
R=58.78%
G=16.22%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87243700.720.570.66347.6256.7621.76
Hex571825048394215c3916
Octal12730450110711025347126
Binary10101111100010010101001000111001100001010101110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571825; }

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

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

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

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

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

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

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

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