#551910

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

Shades of Red Oxide #551910

Tints of Red Oxide #551910

Color information

#551910 (or 0x551910) is unknown color: approx Red Oxide. HEX triplet: 55, 19 and 10. RGB value is (85,25,16). Sum of RGB (Red+Green+Blue) = 85+25+16=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551910 is #AAE6EF. Grayscale: #2A2A2A. Windows color (decimal): -11200240 or 1055061. OLE color: 1055061.

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

Color convert

RGB852516-
CMYK00.710.810.67
HSL7.83º68.32%19.8%-
HSV(B)7.83º81.18%33.33%-
XYZ4.192.660.78-
YUV41.91113.38158.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=67.46%
G=19.84%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85251600.710.810.677.8368.3219.8
Hex551910047514384414
Octal125312001071211031010424
Binary1010101110011000001000111101000110000111000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551910; }

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

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

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

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

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

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

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

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