#55031E

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

Shades of Bordeaux #55031E

Tints of Bordeaux #55031E

Color information

#55031E (or 0x55031E) is unknown color: approx Bordeaux. HEX triplet: 55, 03 and 1E. RGB value is (85,3,30). Sum of RGB (Red+Green+Blue) = 85+3+30=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #55031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55031E is #AAFCE1. Grayscale: #1E1E1E. Windows color (decimal): -11205858 or 1966933. OLE color: 1966933.

HSL color Cylindrical-coordinate representation of color #55031E: hue angle of 340.24º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55031E is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB85330-
CMYK00.960.650.67
HSL340.24º93.18%17.25%-
HSV(B)340.24º96.47%33.33%-
XYZ4.012.091.42-
YUV30.6127.67166.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.03%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=72.03%
G=2.54%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8533000.960.650.67340.2493.1817.25
Hex5531E06041431545d11
Octal125336014010110352413521
Binary101010111111100110000010000011000011101010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55031E; }

 p { color: rgb(85,3,30); }

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

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

 a { background-color: rgb(85,3,30); }

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

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

 span { border-color: rgb(85,3,30); }

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