#551029

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

Shades of Bordeaux #551029

Tints of Bordeaux #551029

Color information

#551029 (or 0x551029) is unknown color: approx Bordeaux. HEX triplet: 55, 10 and 29. RGB value is (85,16,41). Sum of RGB (Red+Green+Blue) = 85+16+41=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551029 is #AAEFD6. Grayscale: #272727. Windows color (decimal): -11202519 or 2691157. OLE color: 2691157.

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

Color convert

RGB851641-
CMYK00.810.520.67
HSL338.26º68.32%19.8%-
HSV(B)338.26º81.18%33.33%-
XYZ4.332.462.34-
YUV39.48128.86160.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=59.86%
G=11.27%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85164100.810.520.67338.2668.3219.8
Hex55102905134431524414
Octal125205101216410352210424
Binary101010110000101001010100011101001000011101010010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551029; }

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

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

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

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

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

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

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

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