#550D0A

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

Shades of Red Oxide #550D0A

Tints of Red Oxide #550D0A

Color information

#550D0A (or 0x550D0A) is unknown color: approx Red Oxide. HEX triplet: 55, 0D and 0A. RGB value is (85,13,10). Sum of RGB (Red+Green+Blue) = 85+13+10=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #550D0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550D0A is #AAF2F5. Grayscale: #222222. Windows color (decimal): -11203318 or 658773. OLE color: 658773.

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

Color convert

RGB851310-
CMYK00.850.880.67
HSL2.4º78.95%18.63%-
HSV(B)2.4º88.24%33.33%-
XYZ3.952.240.51-
YUV34.19114.35164.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 78.70%
GREEN value IS 13 (5.47% from 255) = 12.04%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=78.70%
G=12.04%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85131000.850.880.672.478.9518.63
Hex55DA055584324f13
Octal12515120125130103211723
Binary101010111011010010101011011000100001110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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