#550E22

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

Shades of Bordeaux #550E22

Tints of Bordeaux #550E22

Color information

#550E22 (or 0x550E22) is unknown color: approx Bordeaux. HEX triplet: 55, 0E and 22. RGB value is (85,14,34). Sum of RGB (Red+Green+Blue) = 85+14+34=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #550E22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550E22 is #AAF1DD. Grayscale: #252525. Windows color (decimal): -11203038 or 2231893. OLE color: 2231893.

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

Color convert

RGB851434-
CMYK00.840.600.67
HSL343.1º71.72%19.41%-
HSV(B)343.1º83.53%33.33%-
XYZ4.192.361.75-
YUV37.51126.02161.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 14 (5.86% from 255) = 10.53%
BLUE value IS 34 (13.67% from 255) = 25.56%
R=63.91%
G=10.53%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85143400.840.600.67343.171.7219.41
Hex55E220543C431574813
Octal125164201247410352711023
Binary10101011110100010010101001111001000011101010111100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,14,34); }

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

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

 a { background-color: rgb(85,14,34); }

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

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

 span { border-color: rgb(85,14,34); }

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