#551724

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

Shades of Bordeaux #551724

Tints of Bordeaux #551724

Color information

#551724 (or 0x551724) is unknown color: approx Bordeaux. HEX triplet: 55, 17 and 24. RGB value is (85,23,36). Sum of RGB (Red+Green+Blue) = 85+23+36=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #551724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551724 is #AAE8DB. Grayscale: #2B2B2B. Windows color (decimal): -11200732 or 2365269. OLE color: 2365269.

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

Color convert

RGB852336-
CMYK00.730.580.67
HSL347.42º57.41%21.18%-
HSV(B)347.42º72.94%33.33%-
XYZ4.372.671.95-
YUV43.02124.04157.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 23 (9.38% from 255) = 15.97%
BLUE value IS 36 (14.45% from 255) = 25%
R=59.03%
G=15.97%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85233600.730.580.67347.4257.4121.18
Hex5517240493A4315b3915
Octal12527440111721035337125
Binary10101011011110010001001001111010100001110101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551724; }

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

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

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

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

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

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

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

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