#550D28

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

Shades of Bordeaux #550D28

Tints of Bordeaux #550D28

Color information

#550D28 (or 0x550D28) is unknown color: approx Bordeaux. HEX triplet: 55, 0D and 28. RGB value is (85,13,40). Sum of RGB (Red+Green+Blue) = 85+13+40=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #550D28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550D28 is #AAF2D7. Grayscale: #252525. Windows color (decimal): -11203288 or 2624853. OLE color: 2624853.

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

Color convert

RGB851340-
CMYK00.850.530.67
HSL337.5º73.47%19.22%-
HSV(B)337.5º84.71%33.33%-
XYZ4.272.372.24-
YUV37.61129.35161.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.59%
GREEN value IS 13 (5.47% from 255) = 9.42%
BLUE value IS 40 (16.02% from 255) = 28.99%
R=61.59%
G=9.42%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85134000.850.530.67337.573.4719.22
Hex55D2805535431524913
Octal125155001256510352211123
Binary10101011101101000010101011101011000011101010010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,13,40); }

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

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

 a { background-color: rgb(85,13,40); }

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

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

 span { border-color: rgb(85,13,40); }

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