#551925

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

Shades of Bordeaux #551925

Tints of Bordeaux #551925

Color information

#551925 (or 0x551925) is unknown color: approx Bordeaux. HEX triplet: 55, 19 and 25. RGB value is (85,25,37). Sum of RGB (Red+Green+Blue) = 85+25+37=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #551925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551925 is #AAE6DA. Grayscale: #2C2C2C. Windows color (decimal): -11200219 or 2431317. OLE color: 2431317.

HSL color Cylindrical-coordinate representation of color #551925: hue angle of 348º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551925 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB852537-
CMYK00.710.560.67
HSL348º54.55%21.57%-
HSV(B)348º70.59%33.33%-
XYZ4.432.762.05-
YUV44.31123.88157.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 37 (14.84% from 255) = 25.17%
R=57.82%
G=17.01%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85253700.710.560.6734854.5521.57
Hex551925047384315c3716
Octal12531450107701035346726
Binary10101011100110010101000111111000100001110101110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551925; }

 p { color: rgb(85,25,37); }

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

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

 a { background-color: rgb(85,25,37); }

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

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

 span { border-color: rgb(85,25,37); }

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