#551823

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

Shades of Bordeaux #551823

Tints of Bordeaux #551823

Color information

#551823 (or 0x551823) is unknown color: approx Bordeaux. HEX triplet: 55, 18 and 23. RGB value is (85,24,35). Sum of RGB (Red+Green+Blue) = 85+24+35=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #551823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551823 is #AAE7DC. Grayscale: #2B2B2B. Windows color (decimal): -11200477 or 2299989. OLE color: 2299989.

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

Color convert

RGB852435-
CMYK00.720.590.67
HSL349.18º55.96%21.37%-
HSV(B)349.18º71.76%33.33%-
XYZ4.382.711.88-
YUV43.49123.21157.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 35 (14.06% from 255) = 24.31%
R=59.03%
G=16.67%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85243500.720.590.67349.1855.9621.37
Hex5518230483B4315d3815
Octal12530430110731035357025
Binary10101011100010001101001000111011100001110101110111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551823; }

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

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

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

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

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

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

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

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