#551226

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

Shades of Bordeaux #551226

Tints of Bordeaux #551226

Color information

#551226 (or 0x551226) is unknown color: approx Bordeaux. HEX triplet: 55, 12 and 26. RGB value is (85,18,38). Sum of RGB (Red+Green+Blue) = 85+18+38=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #551226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551226 is #AAEDD9. Grayscale: #282828. Windows color (decimal): -11202010 or 2495061. OLE color: 2495061.

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

Color convert

RGB851838-
CMYK00.790.550.67
HSL342.09º65.05%20.2%-
HSV(B)342.09º78.82%33.33%-
XYZ4.312.52.09-
YUV40.31126.7159.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.28%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=60.28%
G=12.77%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85183800.790.550.67342.0965.0520.2
Hex55122604F37431564114
Octal125224601176710352610124
Binary101010110010100110010011111101111000011101010110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551226; }

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

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

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

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

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

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

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

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