#55071B

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

Shades of Bordeaux #55071B

Tints of Bordeaux #55071B

Color information

#55071B (or 0x55071B) is unknown color: approx Bordeaux. HEX triplet: 55, 07 and 1B. RGB value is (85,7,27). Sum of RGB (Red+Green+Blue) = 85+7+27=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #55071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55071B is #AAF8E4. Grayscale: #202020. Windows color (decimal): -11204837 or 1771349. OLE color: 1771349.

HSL color Cylindrical-coordinate representation of color #55071B: hue angle of 344.62º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55071B is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB85727-
CMYK00.920.680.67
HSL344.62º84.78%18.04%-
HSV(B)344.62º91.76%33.33%-
XYZ4.022.161.24-
YUV32.6124.84165.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 71.43%
GREEN value IS 7 (3.12% from 255) = 5.88%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=71.43%
G=5.88%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8572700.920.680.67344.6284.7818.04
Hex5571B05C44431595512
Octal125733013410410353112522
Binary1010101111110110101110010001001000011101011001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55071B; }

 p { color: rgb(85,7,27); }

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

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

 a { background-color: rgb(85,7,27); }

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

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

 span { border-color: rgb(85,7,27); }

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