#551426

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

Shades of Bordeaux #551426

Tints of Bordeaux #551426

Color information

#551426 (or 0x551426) is unknown color: approx Bordeaux. HEX triplet: 55, 14 and 26. RGB value is (85,20,38). Sum of RGB (Red+Green+Blue) = 85+20+38=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #551426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551426 is #AAEBD9. Grayscale: #292929. Windows color (decimal): -11201498 or 2495573. OLE color: 2495573.

HSL color Cylindrical-coordinate representation of color #551426: hue angle of 343.38º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551426 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB852038-
CMYK00.760.550.67
HSL343.38º61.9%20.59%-
HSV(B)343.38º76.47%33.33%-
XYZ4.352.572.1-
YUV41.49126.03159.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.44%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=59.44%
G=13.99%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85203800.760.550.67343.3861.920.59
Hex55142604C37431573e15
Octal12524460114671035277625
Binary10101011010010011001001100110111100001110101011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551426; }

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

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

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

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

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

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

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

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