#55130F

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

Shades of Red Oxide #55130F

Tints of Red Oxide #55130F

Color information

#55130F (or 0x55130F) is unknown color: approx Red Oxide. HEX triplet: 55, 13 and 0F. RGB value is (85,19,15). Sum of RGB (Red+Green+Blue) = 85+19+15=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #55130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55130F is #AAECF0. Grayscale: #262626. Windows color (decimal): -11201777 or 987989. OLE color: 987989.

HSL color Cylindrical-coordinate representation of color #55130F: hue angle of 3.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55130F is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB851915-
CMYK00.780.820.67
HSL3.43º70%19.61%-
HSV(B)3.43º82.35%33.33%-
XYZ4.072.430.71-
YUV38.28114.87161.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 71.43%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 15 (6.25% from 255) = 12.61%
R=71.43%
G=15.97%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85191500.780.820.673.437019.61
Hex5513F04E524334614
Octal12523170116122103310624
Binary1010101100111111010011101010010100001111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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