#55212A

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

Shades of Bordeaux #55212A

Tints of Bordeaux #55212A

Color information

#55212A (or 0x55212A) is unknown color: approx Bordeaux. HEX triplet: 55, 21 and 2A. RGB value is (85,33,42). Sum of RGB (Red+Green+Blue) = 85+33+42=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #55212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55212A is #AADED5. Grayscale: #313131. Windows color (decimal): -11198166 or 2761045. OLE color: 2761045.

HSL color Cylindrical-coordinate representation of color #55212A: hue angle of 349.62º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55212A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB853342-
CMYK00.610.510.67
HSL349.62º44.07%23.14%-
HSV(B)349.62º61.18%33.33%-
XYZ4.713.192.56-
YUV49.57123.73153.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=53.12%
G=20.62%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85334200.610.510.67349.6244.0723.14
Hex55212A03D334315e2c17
Octal1254152075631035365427
Binary10101011000011010100111101110011100001110101111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,33,42); }

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

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

 a { background-color: rgb(85,33,42); }

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

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

 span { border-color: rgb(85,33,42); }

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