#550A06

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

Shades of Red Oxide #550A06

Tints of Red Oxide #550A06

Color information

#550A06 (or 0x550A06) is unknown color: approx Red Oxide. HEX triplet: 55, 0A and 06. RGB value is (85,10,6). Sum of RGB (Red+Green+Blue) = 85+10+6=101 (13% of max value = 765). Red value is 85 (33.59% from 255 or 84.16% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 85 - color contains mainly: red. Hex color #550A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550A06 is #AAF5F9. Grayscale: #202020. Windows color (decimal): -11204090 or 395861. OLE color: 395861.

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

Color convert

RGB85106-
CMYK00.880.930.67
HSL3.04º86.81%17.84%-
HSV(B)3.04º92.94%33.33%-
XYZ3.892.160.38-
YUV31.97113.35165.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 84.16%
GREEN value IS 10 (4.30% from 255) = 9.90%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=84.16%
G=9.90%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8510600.880.930.673.0486.8117.84
Hex55A60585D4335712
Octal1251260130135103312722
Binary10101011010110010110001011101100001111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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