#551913

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

Shades of Red Oxide #551913

Tints of Red Oxide #551913

Color information

#551913 (or 0x551913) is unknown color: approx Red Oxide. HEX triplet: 55, 19 and 13. RGB value is (85,25,19). Sum of RGB (Red+Green+Blue) = 85+25+19=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #551913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551913 is #AAE6EC. Grayscale: #2A2A2A. Windows color (decimal): -11200237 or 1251669. OLE color: 1251669.

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

Color convert

RGB852519-
CMYK00.710.780.67
HSL5.45º63.46%20.39%-
HSV(B)5.45º77.65%33.33%-
XYZ4.212.670.91-
YUV42.26114.88158.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.89%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 19 (7.81% from 255) = 14.73%
R=65.89%
G=19.38%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85251900.710.780.675.4563.4620.39
Hex5519130474E4353f14
Octal1253123010711610357724
Binary10101011100110011010001111001110100001110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551913; }

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

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

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

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

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

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

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

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