#551928

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

Shades of Bordeaux #551928

Tints of Bordeaux #551928

Color information

#551928 (or 0x551928) is unknown color: approx Bordeaux. HEX triplet: 55, 19 and 28. RGB value is (85,25,40). Sum of RGB (Red+Green+Blue) = 85+25+40=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #551928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551928 is #AAE6D7. Grayscale: #2C2C2C. Windows color (decimal): -11200216 or 2627925. OLE color: 2627925.

HSL color Cylindrical-coordinate representation of color #551928: hue angle of 345º 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 #551928 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB852540-
CMYK00.710.530.67
HSL345º54.55%21.57%-
HSV(B)345º70.59%33.33%-
XYZ4.482.782.31-
YUV44.65125.38156.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.67%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=56.67%
G=16.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85254000.710.530.6734554.5521.57
Hex55192804735431593716
Octal12531500107651035316726
Binary10101011100110100001000111110101100001110101100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551928; }

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

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

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

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

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

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

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

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