#551E1E

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

Shades of Red Oxide #551E1E

Tints of Red Oxide #551E1E

Color information

#551E1E (or 0x551E1E) is unknown color: approx Red Oxide. HEX triplet: 55, 1E and 1E. RGB value is (85,30,30). Sum of RGB (Red+Green+Blue) = 85+30+30=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #551E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E1E is #AAE1E1. Grayscale: #2E2E2E. Windows color (decimal): -11198946 or 1973845. OLE color: 1973845.

HSL color Cylindrical-coordinate representation of color #551E1E: hue angle of 0º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E1E is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB853030-
CMYK00.650.650.67
HSL47.83%22.55%-
HSV(B)64.71%33.33%-
XYZ4.442.951.56-
YUV46.44118.72155.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.62%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=58.62%
G=20.69%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85303000.650.650.67047.8322.55
Hex551E1E041414303017
Octal1253636010110110306027
Binary101010111110111100100000110000011000011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551E1E; }

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

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

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

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

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

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

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

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