#550F07

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

Shades of Red Oxide #550F07

Tints of Red Oxide #550F07

Color information

#550F07 (or 0x550F07) is unknown color: approx Red Oxide. HEX triplet: 55, 0F and 07. RGB value is (85,15,7). Sum of RGB (Red+Green+Blue) = 85+15+7=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #550F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550F07 is #AAF0F8. Grayscale: #232323. Windows color (decimal): -11202809 or 462677. OLE color: 462677.

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

Color convert

RGB85157-
CMYK00.820.920.67
HSL6.15º84.78%18.04%-
HSV(B)6.15º91.76%33.33%-
XYZ3.962.290.43-
YUV35.02112.19163.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 79.44%
GREEN value IS 15 (6.25% from 255) = 14.02%
BLUE value IS 7 (3.12% from 255) = 6.54%
R=79.44%
G=14.02%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8515700.820.920.676.1584.7818.04
Hex55F70525C4365512
Octal1251770122134103612522
Binary101010111111110101001010111001000011110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550F07; }

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

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

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

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

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

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

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

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