#55041E

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

Shades of Bordeaux #55041E

Tints of Bordeaux #55041E

Color information

#55041E (or 0x55041E) is unknown color: approx Bordeaux. HEX triplet: 55, 04 and 1E. RGB value is (85,4,30). Sum of RGB (Red+Green+Blue) = 85+4+30=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #55041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55041E is #AAFBE1. Grayscale: #1F1F1F. Windows color (decimal): -11205602 or 1967189. OLE color: 1967189.

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

Color convert

RGB85430-
CMYK00.950.650.67
HSL340.74º91.01%17.45%-
HSV(B)340.74º95.29%33.33%-
XYZ4.022.111.42-
YUV31.18127.34166.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 71.43%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=71.43%
G=3.36%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8543000.950.650.67340.7491.0117.45
Hex5541E05F41431555b11
Octal125436013710110352513321
Binary1010101100111100101111110000011000011101010101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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