#55031D

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

Shades of Bordeaux #55031D

Tints of Bordeaux #55031D

Color information

#55031D (or 0x55031D) is unknown color: approx Bordeaux. HEX triplet: 55, 03 and 1D. RGB value is (85,3,29). Sum of RGB (Red+Green+Blue) = 85+3+29=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #55031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55031D is #AAFCE2. Grayscale: #1E1E1E. Windows color (decimal): -11205859 or 1901397. OLE color: 1901397.

HSL color Cylindrical-coordinate representation of color #55031D: hue angle of 340.98º 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 #55031D is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB85329-
CMYK00.960.660.67
HSL340.98º93.18%17.25%-
HSV(B)340.98º96.47%33.33%-
XYZ42.091.35-
YUV30.48127.17166.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.65%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=72.65%
G=2.56%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8532900.960.660.67340.9893.1817.25
Hex5531D06042431555d11
Octal125335014010210352513521
Binary101010111111010110000010000101000011101010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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