#551914

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

Shades of Red Oxide #551914

Tints of Red Oxide #551914

Color information

#551914 (or 0x551914) is unknown color: approx Red Oxide. HEX triplet: 55, 19 and 14. RGB value is (85,25,20). Sum of RGB (Red+Green+Blue) = 85+25+20=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #551914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551914 is #AAE6EB. Grayscale: #2A2A2A. Windows color (decimal): -11200236 or 1317205. OLE color: 1317205.

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

Color convert

RGB852520-
CMYK00.710.760.67
HSL4.62º61.9%20.59%-
HSV(B)4.62º76.47%33.33%-
XYZ4.222.680.96-
YUV42.37115.38158.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.38%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=65.38%
G=19.23%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85252000.710.760.674.6261.920.59
Hex5519140474C4353e15
Octal1253124010711410357625
Binary10101011100110100010001111001100100001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551914; }

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

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

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

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

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

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

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

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