#551218

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

Shades of Bordeaux #551218

Tints of Bordeaux #551218

Color information

#551218 (or 0x551218) is unknown color: approx Bordeaux. HEX triplet: 55, 12 and 18. RGB value is (85,18,24). Sum of RGB (Red+Green+Blue) = 85+18+24=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #551218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551218 is #AAEDE7. Grayscale: #262626. Windows color (decimal): -11202024 or 1577557. OLE color: 1577557.

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

Color convert

RGB851824-
CMYK00.790.720.67
HSL354.63º65.05%20.2%-
HSV(B)354.63º78.82%33.33%-
XYZ4.132.431.12-
YUV38.72119.7161.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.93%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=66.93%
G=14.17%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85182400.790.720.67354.6365.0520.2
Hex55121804F48431634114
Octal1252230011711010354310124
Binary101010110010110000100111110010001000011101100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551218; }

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

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

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

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

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

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

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

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