#551110

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

Shades of Red Oxide #551110

Tints of Red Oxide #551110

Color information

#551110 (or 0x551110) is unknown color: approx Red Oxide. HEX triplet: 55, 11 and 10. RGB value is (85,17,16). Sum of RGB (Red+Green+Blue) = 85+17+16=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #551110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551110 is #AAEEEF. Grayscale: #252525. Windows color (decimal): -11202288 or 1053013. OLE color: 1053013.

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

Color convert

RGB851716-
CMYK00.800.810.67
HSL0.87º68.32%19.8%-
HSV(B)0.87º81.18%33.33%-
XYZ4.042.370.73-
YUV37.22116.03162.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.03%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=72.03%
G=14.41%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85171600.800.810.670.8768.3219.8
Hex551110050514314414
Octal12521200120121103110424
Binary1010101100011000001010000101000110000111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551110; }

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

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

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

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

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

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

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

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