#550F06

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

Shades of Red Oxide #550F06

Tints of Red Oxide #550F06

Color information

#550F06 (or 0x550F06) is unknown color: approx Red Oxide. HEX triplet: 55, 0F and 06. RGB value is (85,15,6). Sum of RGB (Red+Green+Blue) = 85+15+6=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #550F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550F06 is #AAF0F9. Grayscale: #232323. Windows color (decimal): -11202810 or 397141. OLE color: 397141.

HSL color Cylindrical-coordinate representation of color #550F06: hue angle of 6.84º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550F06 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB85156-
CMYK00.820.930.67
HSL6.84º86.81%17.84%-
HSV(B)6.84º92.94%33.33%-
XYZ3.952.290.41-
YUV34.9111.69163.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.19%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=80.19%
G=14.15%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8515600.820.930.676.8486.8117.84
Hex55F60525D4375712
Octal1251760122135103712722
Binary101010111111100101001010111011000011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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