#551A24

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

Shades of Bordeaux #551A24

Tints of Bordeaux #551A24

Color information

#551A24 (or 0x551A24) is unknown color: approx Bordeaux. HEX triplet: 55, 1A and 24. RGB value is (85,26,36). Sum of RGB (Red+Green+Blue) = 85+26+36=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #551A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A24 is #AAE5DB. Grayscale: #2C2C2C. Windows color (decimal): -11199964 or 2366037. OLE color: 2366037.

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

Color convert

RGB852636-
CMYK00.690.580.67
HSL349.83º53.15%21.76%-
HSV(B)349.83º69.41%33.33%-
XYZ4.432.81.98-
YUV44.78123.05156.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=57.82%
G=17.69%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85263600.690.580.67349.8353.1521.76
Hex551A240453A4315e3516
Octal12532440105721035366526
Binary10101011101010010001000101111010100001110101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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