#55192B

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

Shades of Bordeaux #55192B

Tints of Bordeaux #55192B

Color information

#55192B (or 0x55192B) is unknown color: approx Bordeaux. HEX triplet: 55, 19 and 2B. RGB value is (85,25,43). Sum of RGB (Red+Green+Blue) = 85+25+43=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55192B is #AAE6D4. Grayscale: #2C2C2C. Windows color (decimal): -11200213 or 2824533. OLE color: 2824533.

HSL color Cylindrical-coordinate representation of color #55192B: hue angle of 342º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55192B is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB852543-
CMYK00.710.490.67
HSL342º54.55%21.57%-
HSV(B)342º70.59%33.33%-
XYZ4.532.82.59-
YUV44.99126.88156.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=55.56%
G=16.34%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85254300.710.490.6734254.5521.57
Hex55192B04731431563716
Octal12531530107611035266726
Binary10101011100110101101000111110001100001110101011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55192B; }

 p { color: rgb(85,25,43); }

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

<style>
 a { background-color: #55192B; }

 a { background-color: rgb(85,25,43); }

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

<style>
 span { border-color: #55192B; }

 span { border-color: rgb(85,25,43); }

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