#551414

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

Shades of Red Oxide #551414

Tints of Red Oxide #551414

Color information

#551414 (or 0x551414) is unknown color: approx Red Oxide. HEX triplet: 55, 14 and 14. RGB value is (85,20,20). Sum of RGB (Red+Green+Blue) = 85+20+20=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #551414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551414 is #AAEBEB. Grayscale: #272727. Windows color (decimal): -11201516 or 1315925. OLE color: 1315925.

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

Color convert

RGB852020-
CMYK00.760.760.67
HSL61.9%20.59%-
HSV(B)76.47%33.33%-
XYZ4.122.480.92-
YUV39.44117.03160.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 20 (8.20% from 255) = 16%
R=68%
G=16%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85202000.760.760.67061.920.59
Hex55141404C4C4303e15
Octal1252424011411410307625
Binary101010110100101000100110010011001000011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551414; }

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

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

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

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

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

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

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

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