#551227

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

Shades of Bordeaux #551227

Tints of Bordeaux #551227

Color information

#551227 (or 0x551227) is unknown color: approx Bordeaux. HEX triplet: 55, 12 and 27. RGB value is (85,18,39). Sum of RGB (Red+Green+Blue) = 85+18+39=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551227 is #AAEDD8. Grayscale: #282828. Windows color (decimal): -11202009 or 2560597. OLE color: 2560597.

HSL color Cylindrical-coordinate representation of color #551227: hue angle of 341.19º 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 #551227 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB851839-
CMYK00.790.540.67
HSL341.19º65.05%20.2%-
HSV(B)341.19º78.82%33.33%-
XYZ4.332.512.18-
YUV40.43127.2159.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=59.86%
G=12.68%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85183900.790.540.67341.1965.0520.2
Hex55122704F36431554114
Octal125224701176610352510124
Binary101010110010100111010011111101101000011101010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551227; }

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

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

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

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

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

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

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

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