#550418

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

Shades of Bordeaux #550418

Tints of Bordeaux #550418

Color information

#550418 (or 0x550418) is unknown color: approx Bordeaux. HEX triplet: 55, 04 and 18. RGB value is (85,4,24). Sum of RGB (Red+Green+Blue) = 85+4+24=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #550418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550418 is #AAFBE7. Grayscale: #1E1E1E. Windows color (decimal): -11205608 or 1573973. OLE color: 1573973.

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

Color convert

RGB85424-
CMYK00.950.720.67
HSL345.19º91.01%17.45%-
HSV(B)345.19º95.29%33.33%-
XYZ3.952.081.06-
YUV30.5124.34166.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.22%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=75.22%
G=3.54%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8542400.950.720.67345.1991.0117.45
Hex5541805F48431595b11
Octal125430013711010353113321
Binary1010101100110000101111110010001000011101011001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550418; }

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

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

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

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

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

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

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

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