#551107

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

Shades of Red Oxide #551107

Tints of Red Oxide #551107

Color information

#551107 (or 0x551107) is unknown color: approx Red Oxide. HEX triplet: 55, 11 and 07. RGB value is (85,17,7). Sum of RGB (Red+Green+Blue) = 85+17+7=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #551107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551107 is #AAEEF8. Grayscale: #242424. Windows color (decimal): -11202297 or 463189. OLE color: 463189.

HSL color Cylindrical-coordinate representation of color #551107: hue angle of 7.69º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #551107 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB85177-
CMYK00.800.920.67
HSL7.69º84.78%18.04%-
HSV(B)7.69º91.76%33.33%-
XYZ3.992.350.44-
YUV36.19111.53162.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.98%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 7 (3.12% from 255) = 6.42%
R=77.98%
G=15.60%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8517700.800.920.677.6984.7818.04
Hex551170505C4385512
Octal12521701201341031012522
Binary10101011000111101010000101110010000111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551107; }

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

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

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

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

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

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

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

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