#551c24

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

Shades of Bordeaux #551C24

Tints of Bordeaux #551C24

Color information

#551C24 (or 0x551C24) is unknown color: approx Bordeaux. HEX triplet: 55, 1C and 24. RGB value is (85,28,36). Sum of RGB (Red+Green+Blue) = 85+28+36=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #551C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C24 is #AAE3DB. Grayscale: #2D2D2D. Windows color (decimal): -11199452 or 2366549. OLE color: 2366549.

HSL color Cylindrical-coordinate representation of color #551C24: hue angle of 351.58º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C24 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB852836-
CMYK00.670.580.67
HSL351.58º50.44%22.16%-
HSV(B)351.58º67.06%33.33%-
XYZ4.482.891.99-
YUV45.96122.38155.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 28 (11.33% from 255) = 18.79%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=57.05%
G=18.79%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85283600.670.580.67351.5850.4422.16
Hex551C240433A431603216
Octal12534440103721035406226
Binary10101011110010010001000011111010100001110110000011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551c24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551c24; }

 p { color: rgb(85,28,36); }

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

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

 a { background-color: rgb(85,28,36); }

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

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

 span { border-color: rgb(85,28,36); }

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