#550A07

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

Shades of Red Oxide #550A07

Tints of Red Oxide #550A07

Color information

#550A07 (or 0x550A07) is unknown color: approx Red Oxide. HEX triplet: 55, 0A and 07. RGB value is (85,10,7). Sum of RGB (Red+Green+Blue) = 85+10+7=102 (13% of max value = 765). Red value is 85 (33.59% from 255 or 83.33% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 85 - color contains mainly: red. Hex color #550A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550A07 is #AAF5F8. Grayscale: #202020. Windows color (decimal): -11204089 or 461397. OLE color: 461397.

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

Color convert

RGB85107-
CMYK00.880.920.67
HSL2.31º84.78%18.04%-
HSV(B)2.31º91.76%33.33%-
XYZ3.892.160.41-
YUV32.08113.85165.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 83.33%
GREEN value IS 10 (4.30% from 255) = 9.80%
BLUE value IS 7 (3.12% from 255) = 6.86%
R=83.33%
G=9.80%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8510700.880.920.672.3184.7818.04
Hex55A70585C4325512
Octal1251270130134103212522
Binary10101011010111010110001011100100001110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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