#55031A

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

Shades of Bordeaux #55031A

Tints of Bordeaux #55031A

Color information

#55031A (or 0x55031A) is unknown color: approx Bordeaux. HEX triplet: 55, 03 and 1A. RGB value is (85,3,26). Sum of RGB (Red+Green+Blue) = 85+3+26=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #55031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55031A is #AAFCE5. Grayscale: #1E1E1E. Windows color (decimal): -11205862 or 1704789. OLE color: 1704789.

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

Color convert

RGB85326-
CMYK00.960.690.67
HSL343.17º93.18%17.25%-
HSV(B)343.17º96.47%33.33%-
XYZ3.972.071.17-
YUV30.14125.67167.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 74.56%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=74.56%
G=2.63%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8532600.960.690.67343.1793.1817.25
Hex5531A06045431575d11
Octal125332014010510352713521
Binary101010111110100110000010001011000011101010111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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