#551223

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

Shades of Bordeaux #551223

Tints of Bordeaux #551223

Color information

#551223 (or 0x551223) is unknown color: approx Bordeaux. HEX triplet: 55, 12 and 23. RGB value is (85,18,35). Sum of RGB (Red+Green+Blue) = 85+18+35=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #551223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551223 is #AAEDDC. Grayscale: #272727. Windows color (decimal): -11202013 or 2298453. OLE color: 2298453.

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

Color convert

RGB851835-
CMYK00.790.590.67
HSL344.78º65.05%20.2%-
HSV(B)344.78º78.82%33.33%-
XYZ4.272.491.84-
YUV39.97125.2160.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.59%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=61.59%
G=13.04%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85183500.790.590.67344.7865.0520.2
Hex55122304F3B431594114
Octal125224301177310353110124
Binary101010110010100011010011111110111000011101011001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551223; }

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

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

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

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

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

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

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

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