#551827

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

Shades of Bordeaux #551827

Tints of Bordeaux #551827

Color information

#551827 (or 0x551827) is unknown color: approx Bordeaux. HEX triplet: 55, 18 and 27. RGB value is (85,24,39). Sum of RGB (Red+Green+Blue) = 85+24+39=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #551827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551827 is #AAE7D8. Grayscale: #2B2B2B. Windows color (decimal): -11200473 or 2562133. OLE color: 2562133.

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

Color convert

RGB852439-
CMYK00.720.540.67
HSL345.25º55.96%21.37%-
HSV(B)345.25º71.76%33.33%-
XYZ4.442.732.21-
YUV43.95125.21157.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=57.43%
G=16.22%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85243900.720.540.67345.2555.9621.37
Hex55182704836431593815
Octal12530470110661035317025
Binary10101011100010011101001000110110100001110101100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551827; }

 p { color: rgb(85,24,39); }

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

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

 a { background-color: rgb(85,24,39); }

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

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

 span { border-color: rgb(85,24,39); }

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