#551023

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

Shades of Bordeaux #551023

Tints of Bordeaux #551023

Color information

#551023 (or 0x551023) is unknown color: approx Bordeaux. HEX triplet: 55, 10 and 23. RGB value is (85,16,35). Sum of RGB (Red+Green+Blue) = 85+16+35=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #551023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551023 is #AAEFDC. Grayscale: #262626. Windows color (decimal): -11202525 or 2297941. OLE color: 2297941.

HSL color Cylindrical-coordinate representation of color #551023: hue angle of 343.48º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551023 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB851635-
CMYK00.810.590.67
HSL343.48º68.32%19.8%-
HSV(B)343.48º81.18%33.33%-
XYZ4.232.421.83-
YUV38.8125.86160.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=62.5%
G=11.76%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85163500.810.590.67343.4868.3219.8
Hex5510230513B431574414
Octal125204301217310352710424
Binary101010110000100011010100011110111000011101010111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551023; }

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

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

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

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

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

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

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

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