#571425

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

Shades of Bordeaux #571425

Tints of Bordeaux #571425

Color information

#571425 (or 0x571425) is unknown color: approx Bordeaux. HEX triplet: 57, 14 and 25. RGB value is (87,20,37). Sum of RGB (Red+Green+Blue) = 87+20+37=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #571425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571425 is #A8EBDA. Grayscale: #292929. Windows color (decimal): -11070427 or 2430039. OLE color: 2430039.

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

Color convert

RGB872037-
CMYK00.770.570.66
HSL344.78º62.62%20.98%-
HSV(B)344.78º77.01%34.12%-
XYZ4.512.662.03-
YUV41.97125.2160.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.42%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=60.42%
G=13.89%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87203700.770.570.66344.7862.6220.98
Hex57142504D39421593f15
Octal12724450115711025317725
Binary10101111010010010101001101111001100001010101100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571425; }

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

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

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

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

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

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

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

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