#551A23

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

Shades of Bordeaux #551A23

Tints of Bordeaux #551A23

Color information

#551A23 (or 0x551A23) is unknown color: approx Bordeaux. HEX triplet: 55, 1A and 23. RGB value is (85,26,35). Sum of RGB (Red+Green+Blue) = 85+26+35=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #551A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A23 is #AAE5DC. Grayscale: #2C2C2C. Windows color (decimal): -11199965 or 2300501. OLE color: 2300501.

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

Color convert

RGB852635-
CMYK00.690.590.67
HSL350.85º53.15%21.76%-
HSV(B)350.85º69.41%33.33%-
XYZ4.422.791.9-
YUV44.67122.55156.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=58.22%
G=17.81%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85263500.690.590.67350.8553.1521.76
Hex551A230453B4315f3516
Octal12532430105731035376526
Binary10101011101010001101000101111011100001110101111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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