#55070C

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

Shades of Bordeaux #55070C

Tints of Bordeaux #55070C

Color information

#55070C (or 0x55070C) is unknown color: approx Bordeaux. HEX triplet: 55, 07 and 0C. RGB value is (85,7,12). Sum of RGB (Red+Green+Blue) = 85+7+12=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #55070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55070C is #AAF8F3. Grayscale: #1E1E1E. Windows color (decimal): -11204852 or 788309. OLE color: 788309.

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

Color convert

RGB85712-
CMYK00.920.860.67
HSL356.15º84.78%18.04%-
HSV(B)356.15º91.76%33.33%-
XYZ3.892.110.55-
YUV30.89117.34166.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 81.73%
GREEN value IS 7 (3.12% from 255) = 6.73%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=81.73%
G=6.73%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8571200.920.860.67356.1584.7818.04
Hex557C05C56431645512
Octal125714013412610354412522
Binary101010111111000101110010101101000011101100100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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