#55130D

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

Shades of Red Oxide #55130D

Tints of Red Oxide #55130D

Color information

#55130D (or 0x55130D) is unknown color: approx Red Oxide. HEX triplet: 55, 13 and 0D. RGB value is (85,19,13). Sum of RGB (Red+Green+Blue) = 85+19+13=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #55130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55130D is #AAECF2. Grayscale: #262626. Windows color (decimal): -11201779 or 856917. OLE color: 856917.

HSL color Cylindrical-coordinate representation of color #55130D: hue angle of 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 #55130D is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB851913-
CMYK00.780.850.67
HSL73.47%19.22%-
HSV(B)84.71%33.33%-
XYZ4.052.430.64-
YUV38.05113.87161.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.65%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 13 (5.47% from 255) = 11.11%
R=72.65%
G=16.24%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85191300.780.850.67573.4719.22
Hex5513D04E554354913
Octal12523150116125103511123
Binary10101011001111010100111010101011000011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55130D; }

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

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

<style>
 a { background-color: #55130D; }

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

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

<style>
 span { border-color: #55130D; }

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

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