#550C1B

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

Shades of Bordeaux #550C1B

Tints of Bordeaux #550C1B

Color information

#550C1B (or 0x550C1B) is unknown color: approx Bordeaux. HEX triplet: 55, 0C and 1B. RGB value is (85,12,27). Sum of RGB (Red+Green+Blue) = 85+12+27=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #550C1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550C1B is #AAF3E4. Grayscale: #232323. Windows color (decimal): -11203557 or 1772629. OLE color: 1772629.

HSL color Cylindrical-coordinate representation of color #550C1B: hue angle of 347.67º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550C1B is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB851227-
CMYK00.860.680.67
HSL347.67º75.26%19.02%-
HSV(B)347.67º85.88%33.33%-
XYZ4.082.271.26-
YUV35.54123.18163.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68.55%
GREEN value IS 12 (5.08% from 255) = 9.68%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=68.55%
G=9.68%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85122700.860.680.67347.6775.2619.02
Hex55C1B056444315c4b13
Octal1251433012610410353411323
Binary10101011100110110101011010001001000011101011100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550C1B; }

 p { color: rgb(85,12,27); }

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

<style>
 a { background-color: #550C1B; }

 a { background-color: rgb(85,12,27); }

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

<style>
 span { border-color: #550C1B; }

 span { border-color: rgb(85,12,27); }

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