#55070B

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

Shades of Bordeaux #55070B

Tints of Bordeaux #55070B

Color information

#55070B (or 0x55070B) is unknown color: approx Bordeaux. HEX triplet: 55, 07 and 0B. RGB value is (85,7,11). Sum of RGB (Red+Green+Blue) = 85+7+11=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #55070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55070B is #AAF8F4. Grayscale: #1E1E1E. Windows color (decimal): -11204853 or 722773. OLE color: 722773.

HSL color Cylindrical-coordinate representation of color #55070B: hue angle of 356.92º 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 #55070B is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB85711-
CMYK00.920.870.67
HSL356.92º84.78%18.04%-
HSV(B)356.92º91.76%33.33%-
XYZ3.882.110.52-
YUV30.78116.84166.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 82.52%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=82.52%
G=6.80%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8571100.920.870.67356.9284.7818.04
Hex557B05C57431655512
Octal125713013412710354512522
Binary101010111110110101110010101111000011101100101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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